summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Tiny/Makefile
blob: 154d58c0b1466757e1dee768bf206420f3aaf276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		https://metacpan.org/release/Class-Tiny

LICENSE=	APACHE20

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	YES

.include <bsd.port.mk>