freebsd-ports/devel/p5-Exporter-Lite/Makefile
Kurt Jaeger c75b1c8042 devel/p5-Exporter-Lite: 0.05 -> 0.06
0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.
2014-07-31 10:50:58 +00:00

19 lines
338 B
Makefile

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