2007-01-18 07:21:18 +01:00
|
|
|
# New ports collection makefile for: p5-AutoLoader
|
|
|
|
# Date created: Jan 18 2007
|
|
|
|
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AutoLoader
|
2012-12-23 13:00:56 +01:00
|
|
|
PORTVERSION= 5.73
|
2007-01-18 07:21:18 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-01-18 07:21:18 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
|
|
COMMENT= Load subroutines only on demand
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-12-31 03:49:01 +01:00
|
|
|
MAN3= AutoLoader.3 AutoSplit.3
|
2007-01-18 07:21:18 +01:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
regression-test:
|
|
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|