freebsd-ports/devel/p5-Class-Tiny/Makefile
2021-10-13 20:53:23 +08:00

16 lines
281 B
Makefile

PORTNAME= Class-Tiny
PORTVERSION= 1.008
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for minimalist class construction
LICENSE= APACHE20
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>