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

PORTNAME=	Class-Constant
PORTVERSION=	0.06
PORTREVISION=	1
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>