aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Constant/Makefile
blob: 21c616c3df0582cd1ff8ff0c4299b65f55f7e9e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Class-Constant
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ROBN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Build constant classes

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>