2001-10-10 15:07:02 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Devel-Constants
|
|
|
|
# Date created: 10 October 2001
|
|
|
|
# Whom: tobez
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Devel-Constants
|
2005-09-27 10:39:45 +02:00
|
|
|
PORTVERSION= 1.00
|
2001-10-10 15:07:02 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-10-10 15:07:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-27 10:39:45 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module to translate constants back to their named symbols
|
2001-10-10 15:07:02 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Devel::Constants.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|