a1a602037c
is now part of perl core. Submitted by: az
18 lines
303 B
Makefile
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>
|