2006-10-03 16:29:22 +02:00
|
|
|
# New ports collection makefile for: p5-Class-Constant
|
|
|
|
# Date created: 2006-08-27
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Constant
|
2010-08-28 07:55:53 +02:00
|
|
|
PORTVERSION= 0.06
|
2006-10-03 16:29:22 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-02-28 15:43:18 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:ROBN
|
2006-10-03 16:29:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-08-28 07:55:53 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-10-03 16:29:22 +02:00
|
|
|
COMMENT= Build constant classes
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Class::Constant.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|