summaryrefslogtreecommitdiff
path: root/sysutils/p5-Unix-Process/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/p5-Unix-Process/Makefile')
-rw-r--r--sysutils/p5-Unix-Process/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/p5-Unix-Process/Makefile b/sysutils/p5-Unix-Process/Makefile
new file mode 100644
index 00000000000..9eb02508f4a
--- /dev/null
+++ b/sysutils/p5-Unix-Process/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 13:17:29 wiz Exp $
+
+DISTNAME= Unix-Process-1.3101
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unix/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Unix-Process/
+COMMENT= Perl extension to get pid info from ps(1)
+#LICENSE= "lgpl"
+
+DEPENDS+= p5-IPC-System-Simple-[0-9]*:../../devel/p5-IPC-System-Simple
+
+PERL5_PACKLIST= auto/Unix/Process/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"