22 lines
420 B
Makefile
22 lines
420 B
Makefile
|
# New ports collection makefile for: p5-Exporter-Easy
|
||
|
# Date created: 23 Jan, 2010
|
||
|
# Whom: 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
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Exporter::Easy.3 Exporter::Easiest.3
|
||
|
|
||
|
.include <bsd.port.mk>
|