freebsd-ports/devel/p5-constant/Makefile
Andrej Zverev d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00

17 lines
298 B
Makefile

# 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>