freebsd-ports/devel/p5-parent/Makefile
2023-03-22 03:20:21 +08:00

20 lines
393 B
Makefile

PORTNAME= parent
PORTVERSION= 0.241
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CORION
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Establish an ISA relationship with base classes at compile time
WWW= https://metacpan.org/release/parent
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>