blob: 44d828e3e4dd4747955c3a8cf368a6cf12c50c2f (
plain) (
tree)
|
|
# New ports collection makefile for: Module-Runtime
# Date created: 01 Jun 2008
# Whom: brix@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Module-Runtime
PORTVERSION= 0.006
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for runtime module handling
BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
PERL_MODBUILD= yes
MAN3= Module::Runtime.3
.include <bsd.port.mk>
|