6efc8f8119
PR: ports/186833 Submitted by: Mike Bristow <mike at urgle dot com>
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# Created by: brix@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Runtime
|
|
PORTVERSION= 0.014
|
|
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
|
|
|
|
.include <bsd.port.mk>
|