freebsd-ports/devel/p5-Module-Info-File/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

26 lines
557 B
Makefile

# 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
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Retrieves module information from a file or script
RUN_DEPENDS= p5-Module-Info>0.20:${PORTSDIR}/devel/p5-Module-Info
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= YES
MAN1= version.pl.1
MAN3= Module::Info::File.3
.include <bsd.port.mk>