mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: p5-capitalization.
Perl module which allows you to use familiar style on method naming.
This commit is contained in:
parent
7bfd521e44
commit
abc6b5a42a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141244
5 changed files with 33 additions and 0 deletions
|
@ -1167,6 +1167,7 @@
|
|||
SUBDIR += p5-VCS-CVS
|
||||
SUBDIR += p5-Want
|
||||
SUBDIR += p5-base
|
||||
SUBDIR += p5-capitalization
|
||||
SUBDIR += p5-enum
|
||||
SUBDIR += p5-iCal-Parser
|
||||
SUBDIR += p5-mixin
|
||||
|
|
26
devel/p5-capitalization/Makefile
Normal file
26
devel/p5-capitalization/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: capitalization.pm
|
||||
# Date created: 29 August 2005
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= capitalization
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Perl module which allows you to use familiar style on method naming
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= capitalization.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-capitalization/distinfo
Normal file
2
devel/p5-capitalization/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (capitalization-0.03.tar.gz) = 94998b37b4f86bd2e5738ab3a8fb4e7c
|
||||
SIZE (capitalization-0.03.tar.gz) = 2146
|
1
devel/p5-capitalization/pkg-descr
Normal file
1
devel/p5-capitalization/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Perl module which 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 @@
|
|||
%%SITE_PERL%%/capitalization.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/capitalization/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/capitalization
|
Loading…
Add table
Reference in a new issue