freebsd-ports/devel/p5-Data-Dumper-Concise/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
640 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
PORTNAME= Data-Dumper-Concise
PORTVERSION= 2.022
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FREW
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Less indentation and newlines plus sub deparsing
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
OPTIONS_DEFINE= ARGNAMES
OPTIONS_DEFAULT=ARGNAMES
ARGNAMES_DESC= Enable DwarnN subroutine
ARGNAMES_BUILD_DEPENDS= p5-Devel-ArgNames>=0.03:devel/p5-Devel-ArgNames
ARGNAMES_RUN_DEPENDS= p5-Devel-ArgNames>=0.03:devel/p5-Devel-ArgNames
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>