aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-constant/Makefile
blob: eb51c3c4575e9cd300f0c492dafe26b8cbc445bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$

PORTNAME=	constant
PORTVERSION=	1.33
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tj@FreeBSD.org
COMMENT=	Perl pragma to declare constants

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>