1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/p5-Exporter-Easy/Makefile
Wen Heping 276926a0f6 Exporter::Easy makes using Exporter easy. In it's simplest case it
allows you to drop the boilerplate code that comes with using Exporter.

WWW:    http://search.cpan.org/dist/Exporter-Easy/
2010-01-23 01:20:52 +00:00

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>