freebsd-ports/devel/p5-Module-Load/Makefile
Sunpoet Po-Chuan Hsieh 65613c7326 - Update to 0.24
- Remove Module::Load from COMMENT
- Cleanup Makefile header
- Reformat pkg-descr

Changes:	http://search.cpan.org/dist/Module-Load/CHANGES
2013-02-01 21:33:12 +00:00

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>