diff options
author | sem <sem@FreeBSD.org> | 2005-01-21 23:20:01 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-21 23:20:01 +0800 |
commit | 3db838f85601e9b18671e625ae40f5c978fe2987 (patch) | |
tree | 62c76a9a75e38328795f61dbe86988fadb9eb8f0 | |
parent | 8ebc34d91d6c82d04f5f00576d5a901e7ec244a9 (diff) | |
download | freebsd-ports-gnome-3db838f85601e9b18671e625ae40f5c978fe2987.tar.gz freebsd-ports-gnome-3db838f85601e9b18671e625ae40f5c978fe2987.tar.zst freebsd-ports-gnome-3db838f85601e9b18671e625ae40f5c978fe2987.zip |
Mknod is an interface to the mknod(2) system call.
PR: ports/73513
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
-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 db733e9fdc57..581013759a17 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 000000000000..4415bae84f23 --- /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 000000000000..e22c19c98da1 --- /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 000000000000..efc6bf4445fd --- /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 000000000000..67416447065f --- /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 |