mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
da3e946d3a
PR: ports/18826 Submitted by: Peter van Heusden <pvh@egenetics.com>
26 lines
495 B
Makefile
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>
|