forked from Lainports/freebsd-ports
- Remove Module::Load from COMMENT - Cleanup Makefile header - Reformat pkg-descr Changes: http://search.cpan.org/dist/Module-Load/CHANGES
20 lines
353 B
Makefile
20 lines
353 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Load
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Runtime require of both modules and files
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Module::Load.3
|
|
|
|
.include <bsd.port.mk>
|