Const::Exporter allows you to declare constants that can be exported to other modules. WWW: http://search.cpan.org/dist/Const-Exporter/
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Const-Exporter
|
|
PORTVERSION= 0.2.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RRWO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Declare constants for export
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-Const-Fast>=0.014:devel/p5-Const-Fast \
|
|
p5-Package-Stash>=0:devel/p5-Package-Stash
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|