freebsd-ports/devel/p5-Exporter-Lite/Makefile
Sunpoet Po-Chuan Hsieh 914b958637 - Update to 0.07
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Exporter-Lite/Changes
2015-11-11 16:51:52 +00:00

20 lines
351 B
Makefile

# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
PORTNAME= Exporter-Lite
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight exporting of variables
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>