freebsd-ports/devel/p5-AutoLoader/Makefile
2013-10-27 15:12:16 +00:00

19 lines
339 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= AutoLoader
PORTVERSION= 5.73
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Load subroutines only on demand
USES= perl5
USE_PERL5= configure
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>