freebsd-ports/devel/p5-Class-Tiny/Makefile
2016-11-29 07:32:07 +00:00

18 lines
298 B
Makefile

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