1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add Catalyst-Style Config To Your Class

WWW:	http://search.cpan.org/dist/Class-Data-ConfigHash/

PR:		ports/123816
Submitted by:	Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
Martin Wilke 2008-05-24 17:12:36 +00:00
parent f122e9d26a
commit 44ad0aa5f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213620
5 changed files with 39 additions and 0 deletions

View File

@ -987,6 +987,7 @@
SUBDIR += p5-Class-Container
SUBDIR += p5-Class-Contract
SUBDIR += p5-Class-Data-Accessor
SUBDIR += p5-Class-Data-ConfigHash
SUBDIR += p5-Class-Data-Inheritable
SUBDIR += p5-Class-Date
SUBDIR += p5-Class-Default

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Class-Data-ConfigHash
# Date created: 2008-05-19
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= Class-Data-ConfigHash
PORTVERSION= 0.00001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Add Catalyst-Style Config To Your Class
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
PERL_CONFIGURE= yes
MAN3= Class::Data::ConfigHash.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Data-ConfigHash-0.00001.tar.gz) = 7c5bb5e932d0ee18fff603aff3687289
SHA256 (Class-Data-ConfigHash-0.00001.tar.gz) = 8363b88a72576691a670db66a4e6625adc80d9ac02b788166efb6fc8be6e05d1
SIZE (Class-Data-ConfigHash-0.00001.tar.gz) = 17814

View File

@ -0,0 +1,3 @@
Add Catalyst-Style Config To Your Class
WWW: http://search.cpan.org/dist/Class-Data-ConfigHash/

View File

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data/ConfigHash/.packlist
%%SITE_PERL%%/Class/Data/ConfigHash.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data/ConfigHash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
@dirrmtry %%SITE_PERL%%/Class/Data
@dirrmtry %%SITE_PERL%%/Class