freebsd-ports/devel/p5-constant/Makefile
Tom Judge a1a602037c Remove dependency on Test::Simple as required dependency is Test::More
is now part of perl core.

Submitted by:	 az
2013-06-18 19:07:05 +00:00

18 lines
303 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
PERL_CONFIGURE= yes
MAN3= constant.3
.include <bsd.port.mk>