blob: 6226a316af2675af30deb16c9b6b4eec191b535e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Error
# Date created: 24-May-2000
# Whom: Peter van Heusden <pvh@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= Error
PORTVERSION= 0.15
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=Error
PKGNAMEPREFIX= p5-
MAINTAINER= pvh@wfeet.za.net
COMMENT= Perl module to provide Error/exception support for perl: Error
PERL_CONFIGURE= YES
MAN3= Error.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|