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

PORTNAME=   constant
PORTVERSION=    1.27
PORTREVISION=   1
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>