18 lines
298 B
Makefile
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>
|