freebsd-ports/lang/p5-Error/Makefile
Sunpoet Po-Chuan Hsieh c2a667c52f Update to 0.17028
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Error
2019-08-26 11:48:18 +00:00

22 lines
420 B
Makefile

# Created by: Peter van Heusden <pvh@egenetics.com>
# $FreeBSD$
PORTNAME= Error
PORTVERSION= 0.17028
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Error/exception handling in object-oriented programming style
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>