Files
bsdports/perl5/p5-Error/Makefile
2025-08-27 17:10:19 +02:00

19 lines
287 B
Makefile

#
# $Id$
#
PORTNAME= Error
PORTVERSION= 0.17024
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Error/exception handling in object-oriented programming style
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF