freebsd-ports/devel/p5-Const-Exporter/Makefile
Sunpoet Po-Chuan Hsieh 98475c6a5b - Add p5-Const-Exporter 0.2.4
Const::Exporter allows you to declare constants that can be exported to other
modules.

WWW: http://search.cpan.org/dist/Const-Exporter/
2016-11-06 16:46:25 +00:00

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>