summaryrefslogtreecommitdiff
path: root/devel/p5-Ioctl/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-03 23:31:24 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-03 23:31:24 +0000
commit7551439fa59f0d1dccf2036bfea25077b9bbed69 (patch)
tree59d4fe2dbbd8ecbb8a05208dac99acfe2f04d8e4 /devel/p5-Ioctl/Makefile
parentAdd p5-HTML-Pager 0.03, perl module for handling CGI HTML paging of (diff)
Add p5-Ioctl 0.81, perl module that provides a way to get the value of C ioctl
constants.
Notes
Notes: svn path=/head/; revision=36707
Diffstat (limited to 'devel/p5-Ioctl/Makefile')
-rw-r--r--devel/p5-Ioctl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Ioctl/Makefile b/devel/p5-Ioctl/Makefile
new file mode 100644
index 000000000000..d6fdbdc16e7a
--- /dev/null
+++ b/devel/p5-Ioctl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Ioctl
+# Date created: Wed Jan 3 08:31:51 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= Ioctl
+PORTVERSION= 0.81
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Ioctl/JPRIT
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>