forked from Lainports/freebsd-ports
21 lines
353 B
Makefile
21 lines
353 B
Makefile
# Created by: brix@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Runtime
|
|
PORTVERSION= 0.013
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl module for runtime module handling
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Module::Runtime.3
|
|
|
|
.include <bsd.port.mk>
|