pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add www/unit-perl - NGINX Unit's Perl module.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Mon Nov 16 16:43:46 2020 -0500
Changeset:	a7d27f2a6208535c1f1b00c238d6f1ba60e5df6d

Added Files:
	unit-perl/DESCR
	unit-perl/Makefile

Log Message:
Add www/unit-perl - NGINX Unit's Perl module.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a7d27f2a6208535c1f1b00c238d6f1ba60e5df6d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit-perl/DESCR    |  1 +
 unit-perl/Makefile | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diffs:
diff --git a/unit-perl/DESCR b/unit-perl/DESCR
new file mode 100644
index 0000000000..16a9ccf931
--- /dev/null
+++ b/unit-perl/DESCR
@@ -0,0 +1 @@
+Perl module for NGINX Unit.
diff --git a/unit-perl/Makefile b/unit-perl/Makefile
new file mode 100644
index 0000000000..66b15ea602
--- /dev/null
+++ b/unit-perl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+PKGNAME=	unit-${LANG}-${UNIT_VERSION}
+COMMENT=	Perl module for NGINX Unit
+
+LANG=		perl
+MODNAME=	${LANG}
+
+MAINTAINER=	osa%FreeBSD.org@localhost
+
+USE_LANGUAGES+=	c
+USE_TOOLS+=	perl
+
+post-configure:
+	cd ${WRKSRC} && \
+	./configure perl --module=${MODNAME}
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../www/unit/ext.mk"
+.include "../../www/unit/Makefile.common"


Home | Main Index | Thread Index | Old Index