aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Samba-SIDhelper/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2010-05-26 20:46:28 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2010-05-26 20:46:28 +0000
commit9b8f5ff7b54bc78b9ae6b9f4fe8d6405adc2e24d (patch)
treeb7f1a844a3ed70285cb97f0cfa9fce2480434960 /sysutils/p5-Samba-SIDhelper/Makefile
parente2b81f8529a82ad2d1387c3f1d1458522eb7b90f (diff)
Notes
Diffstat (limited to 'sysutils/p5-Samba-SIDhelper/Makefile')
-rw-r--r--sysutils/p5-Samba-SIDhelper/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/p5-Samba-SIDhelper/Makefile b/sysutils/p5-Samba-SIDhelper/Makefile
new file mode 100644
index 000000000000..7e7b392efe7b
--- /dev/null
+++ b/sysutils/p5-Samba-SIDhelper/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: sysutils/p5-Same-SIDhelper
+# Date created: 2010-02-26
+# Whom: Zane C, Bowers <vvelox@vvelox.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Samba-SIDhelper
+PORTVERSION= 0.0.0
+CATEGORIES= sysutils perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Samba
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vvelox@vvelox.net
+COMMENT= Create SIDs based on G/UIDs
+
+PERL_CONFIGURE= yes
+
+MAN3= Samba::SIDhelper.3
+
+.include <bsd.port.mk>