mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
276926a0f6
allows you to drop the boilerplate code that comes with using Exporter. WWW: http://search.cpan.org/dist/Exporter-Easy/
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>
|