mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- 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)
This commit is contained in:
parent
40eb4e04ce
commit
51f6a67e06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262760
@ -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
|
||||
|
30
devel/p5-Method-Signatures-Simple/Makefile
Normal file
30
devel/p5-Method-Signatures-Simple/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Method-Signatures-Simple
|
||||
# Date created: 2010-10-08
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
devel/p5-Method-Signatures-Simple/distinfo
Normal file
3
devel/p5-Method-Signatures-Simple/distinfo
Normal file
@ -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
|
3
devel/p5-Method-Signatures-Simple/pkg-descr
Normal file
3
devel/p5-Method-Signatures-Simple/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Basic method declarations with signatures, without source filters
|
||||
|
||||
WWW: http://search.cpan.org/dist/Method-Signatures-Simple/
|
Loading…
Reference in New Issue
Block a user