2004-07-24 19:07:35 +02:00
|
|
|
# New ports collection makefile for: p5-Module-Info-File
|
|
|
|
# Date created: 2004-07-24
|
|
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Module-Info-File
|
2007-03-19 20:39:04 +01:00
|
|
|
PORTVERSION= 0.11
|
2004-07-24 19:07:35 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-02-17 13:38:28 +01:00
|
|
|
MASTER_SITES= CPAN
|
2004-07-24 19:07:35 +02:00
|
|
|
MASTER_SITE_SUBDIR= Module
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
|
|
COMMENT= Retrieves module information from a file or script
|
|
|
|
|
2007-02-17 13:38:28 +01:00
|
|
|
RUN_DEPENDS= p5-Module-Info>0.20:${PORTSDIR}/devel/p5-Module-Info
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2004-07-24 19:07:35 +02:00
|
|
|
|
2007-02-17 13:38:28 +01:00
|
|
|
PERL_MODBUILD= YES
|
2004-07-24 19:07:35 +02:00
|
|
|
|
|
|
|
MAN1= version.pl.1
|
|
|
|
MAN3= Module::Info::File.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|