From 51f6a67e06aa373acf7c83863086019da092a73f Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 10 Oct 2010 12:51:06 +0000 Subject: [PATCH] - New port Perl basic method declarations with signatures, without source filters WWW: http://search.cpan.org/dist/Method-Signatures-Simple/ Submitted by: me (swills) Approved by: pgollucci (mentor) --- devel/Makefile | 1 + devel/p5-Method-Signatures-Simple/Makefile | 30 +++++++++++++++++++++ devel/p5-Method-Signatures-Simple/distinfo | 3 +++ devel/p5-Method-Signatures-Simple/pkg-descr | 3 +++ 4 files changed, 37 insertions(+) create mode 100644 devel/p5-Method-Signatures-Simple/Makefile create mode 100644 devel/p5-Method-Signatures-Simple/distinfo create mode 100644 devel/p5-Method-Signatures-Simple/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index f80172b4d052..aa696cb5166e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1835,6 +1835,7 @@ SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Method-Alias + SUBDIR += p5-Method-Signatures-Simple SUBDIR += p5-Mixin-Linewise SUBDIR += p5-Mknod SUBDIR += p5-Module-Build diff --git a/devel/p5-Method-Signatures-Simple/Makefile b/devel/p5-Method-Signatures-Simple/Makefile new file mode 100644 index 000000000000..2f9168a6fc6e --- /dev/null +++ b/devel/p5-Method-Signatures-Simple/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Method-Signatures-Simple +# Date created: 2010-10-08 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= Method-Signatures-Simple +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/R/RH/RHESA +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Basic method declarations with signatures, without source filters + +PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Method/Signatures/Simple/.packlist \ + %%SITE_PERL%%/Method/Signatures/Simple.pm +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Method/Signatures/Simple \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Method/Signatures \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Method \ + %%SITE_PERL%%/Method/Signatures \ + %%SITE_PERL%%/Method + +PERL_CONFIGURE= YES + +MAN3= Method::Signatures::Simple.3 + +.include diff --git a/devel/p5-Method-Signatures-Simple/distinfo b/devel/p5-Method-Signatures-Simple/distinfo new file mode 100644 index 000000000000..5d5f0fa74d83 --- /dev/null +++ b/devel/p5-Method-Signatures-Simple/distinfo @@ -0,0 +1,3 @@ +MD5 (Method-Signatures-Simple-0.06.tar.gz) = 70668e3d2eeaa48d6c86ba623efa4533 +SHA256 (Method-Signatures-Simple-0.06.tar.gz) = edb063d284bcc49db4135a1d9fe18ef5ceb1b6230fc4660cb8d73e80f08ff6b9 +SIZE (Method-Signatures-Simple-0.06.tar.gz) = 12020 diff --git a/devel/p5-Method-Signatures-Simple/pkg-descr b/devel/p5-Method-Signatures-Simple/pkg-descr new file mode 100644 index 000000000000..a170b3f01665 --- /dev/null +++ b/devel/p5-Method-Signatures-Simple/pkg-descr @@ -0,0 +1,3 @@ +Basic method declarations with signatures, without source filters + +WWW: http://search.cpan.org/dist/Method-Signatures-Simple/