freebsd-ports/devel/p5-Module-Math-Depends/Makefile
Andrej Zverev 332b64b050 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:16:13 +00:00

26 lines
598 B
Makefile

# New ports collection makefile for: p5-Module-Math-Depends
# Date created: March 8th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= Module-Math-Depends
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Convenience object for manipulating module dependencies
BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Module::Math::Depends.3
.include <bsd.port.mk>