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

25 lines
528 B
Makefile

# New ports collection makefile for: p5-Devel-Dumpvar
# Date created: March 8th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= Devel-Dumpvar
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= A pure-OO reimplementation of dumpvar.pl
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Devel::Dumpvar.3
.include <bsd.port.mk>