initial import of capitalization 0.03
capitalization is a perl module that allows you to use familiar style on method naming
This commit is contained in:
parent
11ce6ba323
commit
24ff1e29d1
26
devel/p5-capitalization/Makefile
Normal file
26
devel/p5-capitalization/Makefile
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/06 17:07:39 msf Exp $
|
||||||
|
|
||||||
|
COMMENT= "use familiar style on method naming"
|
||||||
|
|
||||||
|
DISTNAME= capitalization-0.03
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= perl5 devel
|
||||||
|
|
||||||
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||||
|
|
||||||
|
# Artistic
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= ::devel/p5-Devel-Symdump
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
4
devel/p5-capitalization/distinfo
Normal file
4
devel/p5-capitalization/distinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MD5 (capitalization-0.03.tar.gz) = 94998b37b4f86bd2e5738ab3a8fb4e7c
|
||||||
|
RMD160 (capitalization-0.03.tar.gz) = 0850936bca250c8f596593671ae757b807fbddc7
|
||||||
|
SHA1 (capitalization-0.03.tar.gz) = 199dad72e547e1bf61a21c2c9855e255927f4d67
|
||||||
|
SIZE (capitalization-0.03.tar.gz) = 2146
|
2
devel/p5-capitalization/pkg/DESCR
Normal file
2
devel/p5-capitalization/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
capitalization is a perl module that allows you to use familiar
|
||||||
|
style on method naming
|
3
devel/p5-capitalization/pkg/PLIST
Normal file
3
devel/p5-capitalization/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/06 17:07:39 msf Exp $
|
||||||
|
${P5SITE}/capitalization.pm
|
||||||
|
@man man/man3p/capitalization.3p
|
Loading…
Reference in New Issue
Block a user