WWW: http://search.cpan.org/dist/Sub-Exporter-GlobExporter/ Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
27 lines
598 B
Makefile
27 lines
598 B
Makefile
# New ports collection makefile for: devel/p5-Sub-Exporter-GlobExporter
|
|
# Date created: 2011-09-19
|
|
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sub-Exporter-GlobExporter
|
|
PORTVERSION= 0.002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= geraud@gcu.info
|
|
COMMENT= Export shared globs with Sub::Exporter collectors
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Sub-Exporter>=0.92:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sub::Exporter::GlobExporter.3
|
|
|
|
.include <bsd.port.mk>
|