mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
db3e43f21c
PR: ports/120661 Submitted by: lippe (myself) Approved by: araujo (mentor), Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
22 lines
427 B
Makefile
22 lines
427 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.17012
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pgollucci@p6m7g8.com
|
|
COMMENT= Perl module to provide Error/exception support for perl: Error
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Error.3 Error::Simple.3
|
|
|
|
.include <bsd.port.mk>
|