diff options
author | swills <swills@FreeBSD.org> | 2012-09-08 22:19:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-08 22:19:36 +0800 |
commit | c1f42fd5cea2ebe25c051a496197cc0325b839ad (patch) | |
tree | dea5a7bff154af186e9e7fe3268145885b8b3472 /devel | |
parent | b1ac70b9211ac98db8cc48749ab808bb9761c3b0 (diff) | |
download | freebsd-ports-gnome-c1f42fd5cea2ebe25c051a496197cc0325b839ad.tar.gz freebsd-ports-gnome-c1f42fd5cea2ebe25c051a496197cc0325b839ad.tar.zst freebsd-ports-gnome-c1f42fd5cea2ebe25c051a496197cc0325b839ad.zip |
Set a subs prototype
WWW: http://search.cpan.org/dist/Sub-Prototype/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Sub-Prototype/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Sub-Prototype/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Sub-Prototype/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Sub-Prototype/pkg-plist | 7 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 37c13bcfb15f..b64e6cdc5d84 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2510,6 +2510,7 @@ SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override + SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages diff --git a/devel/p5-Sub-Prototype/Makefile b/devel/p5-Sub-Prototype/Makefile new file mode 100644 index 000000000000..aac99ad49d13 --- /dev/null +++ b/devel/p5-Sub-Prototype/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Sub-Prototype +# Date created: 2012-09-08 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Sub-Prototype +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Set a subs prototype + +PERL_CONFIGURE= yes + +MAN3= Sub::Prototype.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Sub-Prototype/distinfo b/devel/p5-Sub-Prototype/distinfo new file mode 100644 index 000000000000..c9af8b93512c --- /dev/null +++ b/devel/p5-Sub-Prototype/distinfo @@ -0,0 +1,2 @@ +SHA256 (Sub-Prototype-0.02.tar.gz) = 243334012bfeea39da9c04ff39a653d845fa67521d6341b2063ff7b9a34b1473 +SIZE (Sub-Prototype-0.02.tar.gz) = 14703 diff --git a/devel/p5-Sub-Prototype/pkg-descr b/devel/p5-Sub-Prototype/pkg-descr new file mode 100644 index 000000000000..93bebcef485c --- /dev/null +++ b/devel/p5-Sub-Prototype/pkg-descr @@ -0,0 +1,3 @@ +Set a subs prototype + +WWW: http://search.cpan.org/dist/Sub-Prototype/ diff --git a/devel/p5-Sub-Prototype/pkg-plist b/devel/p5-Sub-Prototype/pkg-plist new file mode 100644 index 000000000000..d40a80332b8f --- /dev/null +++ b/devel/p5-Sub-Prototype/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Sub/Prototype.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype/Prototype.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype/Prototype.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sub |