mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
2610f5aff5
lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has no prereqs, but still gives you much of that same functionality, then Ouch is for you. WWW: http://search.cpan.org/dist/Ouch/
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# New ports collection makefile for: Ouch
|
|
# Date created: 19 May 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Ouch
|
|
PORTVERSION= 0.0401
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Ouch.3
|
|
|
|
.include <bsd.port.mk>
|