19 lines
360 B
Makefile
19 lines
360 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Exporter-Easy
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Takes the drudgery out of Exporting symbols
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Exporter::Easy.3 Exporter::Easiest.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|