a0965a854f
- Add LICENSE Changes: http://search.cpan.org/dist/Error/ChangeLog
25 lines
484 B
Makefile
25 lines
484 B
Makefile
# New ports collection makefile for: p5-Error
|
|
# Date created: 24-May-2000
|
|
# Whom: Peter van Heusden <pvh@egenetics.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Error
|
|
PORTVERSION= 0.17018
|
|
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>
|