f9741fa32d
- Cleanup PLIST Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Exporter-Tiny
|
|
PORTVERSION= 0.042
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Exporter with features of Sub::Exporter but only core dependencies
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
|
p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|