mirror of https://git.FreeBSD.org/ports.git
20 lines
353 B
Makefile
20 lines
353 B
Makefile
PORTNAME= Exporter-Lite
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Lightweight exporting of functions and variables
|
|
WWW= https://metacpan.org/pod/Exporter::Lite
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|