2004-12-15 08:51:45 +01:00
|
|
|
# New ports collection makefile for: devel/p5-Module-Load
|
|
|
|
# Date created: 15 December 2004
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Module-Load
|
2007-10-04 04:53:02 +02:00
|
|
|
PORTVERSION= 0.12
|
2004-12-15 08:51:45 +01:00
|
|
|
CATEGORIES= devel perl5
|
2007-10-04 04:53:02 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-12-15 08:51:45 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Module::Load - runtime require of both modules and files
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Module::Load.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|