summaryrefslogtreecommitdiff
path: root/sysutils/p5-Lchown/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-31 13:50:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-31 13:50:00 +0000
commit18484c5c0874b6a012c6b05f92eb9f2f110400e2 (patch)
tree5095d4c638b9632fe7e449d83e99f4f32e1f1c62 /sysutils/p5-Lchown/Makefile
parent- Update to 0.5.1 (diff)
Lchown allows calls from Perl5 to lchown(2) enable changes to the ownership of a
symbolic link itself instead of to the file the link points to. WWW: http://search.cpan.org/dist/Lchown/ PR: ports/123214 Submitted by: Jeffrey Goldberg <jeffrey at goldmark.org>
Notes
Notes: svn path=/head/; revision=214023
Diffstat (limited to 'sysutils/p5-Lchown/Makefile')
-rw-r--r--sysutils/p5-Lchown/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile
new file mode 100644
index 000000000000..132cd23b1cd0
--- /dev/null
+++ b/sysutils/p5-Lchown/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Lchown
+# Date created: 2008-04-28
+# Whom: Jeffrey Goldberg <jeffrey@goldmark.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lchown
+PORTVERSION= 1.00
+CATEGORIES= sysutils perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/N/NC/NCLEATON
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= jeffrey@goldmark.org
+COMMENT= A perl5 module providing access to lchown(2)
+
+PERL_CONFIGURE= YES
+
+MAN3= Lchown.3
+
+.include <bsd.port.mk>