freebsd-ports/devel/p5-AutoLoader/Makefile
2021-06-10 22:46:00 +08:00

22 lines
416 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
PORTNAME= AutoLoader
PORTVERSION= 5.74
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Load subroutines only on demand
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>