21 lines
403 B
Makefile
21 lines
403 B
Makefile
# Created by: Peter van Heusden <pvh@egenetics.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Error
|
|
PORTVERSION= 0.17020
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to provide Error/exception support for perl: Error
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Error.3 Error::Simple.3
|
|
|
|
.include <bsd.port.mk>
|