diff options
author | sem <sem@FreeBSD.org> | 2005-01-21 15:20:01 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-21 15:20:01 +0000 |
commit | 3db838f85601e9b18671e625ae40f5c978fe2987 (patch) | |
tree | 62c76a9a75e38328795f61dbe86988fadb9eb8f0 /devel | |
parent | 8ebc34d91d6c82d04f5f00576d5a901e7ec244a9 (diff) | |
download | FreeBSD-ports-3db838f85601e9b18671e625ae40f5c978fe2987.zip FreeBSD-ports-3db838f85601e9b18671e625ae40f5c978fe2987.tar.gz |
Mknod is an interface to the mknod(2) system call.
PR: ports/73513
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Mknod/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-Mknod/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Mknod/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Mknod/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index db733e9..5810137 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -911,6 +911,7 @@ SUBDIR += p5-Make SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU + SUBDIR += p5-Mknod SUBDIR += p5-Module-Build SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Info diff --git a/devel/p5-Mknod/Makefile b/devel/p5-Mknod/Makefile new file mode 100644 index 0000000..4415bae8 --- /dev/null +++ b/devel/p5-Mknod/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Mknod +# Date created: 3 November 2004 +# Whom: Sean Farley <sean-freebsd@farley.org> +# +# $FreeBSD$ +# + +PORTNAME= Mknod +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/R/RL/RLZWART +PKGNAMEPREFIX= p5- + +MAINTAINER= sean-freebsd@farley.org +COMMENT= Perl module interface to the mknod(2) system call + +PERL_CONFIGURE= yes + +MANPREFIX= ${SITE_PERL} +MAN3= Mknod.3 + +.include <bsd.port.pre.mk> + +# This port requires PERL 5.6.x or later. +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again. +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Mknod/distinfo b/devel/p5-Mknod/distinfo new file mode 100644 index 0000000..e22c19c9 --- /dev/null +++ b/devel/p5-Mknod/distinfo @@ -0,0 +1,2 @@ +MD5 (Mknod-0.02.tar.gz) = f81801b1cc38c5e3ec9a755085e50dbb +SIZE (Mknod-0.02.tar.gz) = 7591 diff --git a/devel/p5-Mknod/pkg-descr b/devel/p5-Mknod/pkg-descr new file mode 100644 index 0000000..efc6bf4 --- /dev/null +++ b/devel/p5-Mknod/pkg-descr @@ -0,0 +1,7 @@ +Mknod is an interface to the mknod(2) system call. + + +Copyright (C) 2003 Raoul Zwart + +This library is free software; you can redistribute it and/or modify it under +the same terms as Perl itself. diff --git a/devel/p5-Mknod/pkg-plist b/devel/p5-Mknod/pkg-plist new file mode 100644 index 0000000..6741644 --- /dev/null +++ b/devel/p5-Mknod/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Mknod.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod/Mknod.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod/Mknod.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod |