4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
392 B
Makefile
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>
|