freebsd-ports/devel/p5-AutoLoader/Makefile

20 lines
339 B
Makefile
Raw Normal View History

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= AutoLoader
2012-12-23 13:00:56 +01:00
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>