1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/p5-Error/Makefile
Neil Blakey-Milner da3e946d3a Import of p5-Error, which provides support for exceptions under Perl 5.
PR:		ports/18826
Submitted by:	Peter van Heusden <pvh@egenetics.com>
2000-06-22 11:07:21 +00:00

26 lines
495 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.13
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=Error
PKGNAMEPREFIX= p5-
MAINTAINER= pvh@egenetics.com
USE_PERL5= YES
MAN3= Error.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>