aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Tiny/Makefile
blob: 9885c7558084b99b4a0da5747e34cb5689aac96c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>