freebsd-ports/devel/p5-Class-Data-ConfigHash/Makefile
Martin Wilke 44ad0aa5f9 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>
2008-05-24 17:12:36 +00:00

24 lines
604 B
Makefile

# 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>