1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/lang/p5-Error/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

24 lines
450 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.17015
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Perl module to provide Error/exception support for perl: Error
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= YES
MAN3= Error.3 Error::Simple.3
.include <bsd.port.mk>