freebsd-ports/devel/p5-constant/Makefile
Andrej Zverev 04382d889b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 06:44:11 +00:00

19 lines
317 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
MAN3= constant.3
.include <bsd.port.mk>