freebsd-ports/devel/p5-OOTools/Makefile
2021-04-06 16:31:07 +02:00

23 lines
475 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
PORTNAME= OOTools
PORTVERSION= 2.40
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SKNPP
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module collection to easily create constructors methods
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-CGI>=0:www/p5-CGI
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>