freebsd-ports/devel/p5-Ouch/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

22 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= Ouch
PORTVERSION= 0.0409
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RIZEN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for exceptions that don't hurt
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Trap>=0:devel/p5-Test-Trap
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>