diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:31:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:31:24 +0800 |
commit | e514891f0eca00d9b70cb012871589314d30075c (patch) | |
tree | c3d5768a806d2766812d16f91130f35ceccb77c9 /devel/p5-Ioctl | |
parent | 51fed0606e76b6c92a521a2bc42f8a432f20f168 (diff) | |
download | freebsd-ports-gnome-e514891f0eca00d9b70cb012871589314d30075c.tar.gz freebsd-ports-gnome-e514891f0eca00d9b70cb012871589314d30075c.tar.zst freebsd-ports-gnome-e514891f0eca00d9b70cb012871589314d30075c.zip |
Add p5-Ioctl 0.81, perl module that provides a way to get the value of C ioctl
constants.
Diffstat (limited to 'devel/p5-Ioctl')
-rw-r--r-- | devel/p5-Ioctl/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Ioctl/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Ioctl/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Ioctl/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Ioctl/pkg-plist | 6 |
5 files changed, 36 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> diff --git a/devel/p5-Ioctl/distinfo b/devel/p5-Ioctl/distinfo new file mode 100644 index 000000000000..95e2fd66ac25 --- /dev/null +++ b/devel/p5-Ioctl/distinfo @@ -0,0 +1 @@ +MD5 (Ioctl-0.81.tar.gz) = a832a1093ae78519406fe31fc2113291 diff --git a/devel/p5-Ioctl/pkg-comment b/devel/p5-Ioctl/pkg-comment new file mode 100644 index 000000000000..4930ea547131 --- /dev/null +++ b/devel/p5-Ioctl/pkg-comment @@ -0,0 +1 @@ +Perl module that provides a way to get the value of C ioctl constants diff --git a/devel/p5-Ioctl/pkg-descr b/devel/p5-Ioctl/pkg-descr new file mode 100644 index 000000000000..21db1eb9dc4b --- /dev/null +++ b/devel/p5-Ioctl/pkg-descr @@ -0,0 +1,6 @@ +The Perl Ioctl module provides an easily extensible way of getting +the value of the C ioctl constants. + +Author: Ken <kjahds@kjahds.com> + +--will diff --git a/devel/p5-Ioctl/pkg-plist b/devel/p5-Ioctl/pkg-plist new file mode 100644 index 000000000000..12cfc79c7e8f --- /dev/null +++ b/devel/p5-Ioctl/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Ioctl.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ioctl/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ioctl/Ioctl.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ioctl/Ioctl.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ioctl/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Ioctl |