aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Role-Basic/Makefile
blob: 0a5a69bae51bf99154b0ceda717ccfd7791e6241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Matthew Seaman <matthew@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Role-Basic
PORTVERSION=    0.13
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:OVID
PKGNAMEPREFIX=  p5-

MAINTAINER= matthew@FreeBSD.org
COMMENT=    Just roles. Nothing else

NO_ARCH=    yes
PORTSCOUT=  limit:^0\.[1-9]

USES=       perl5
USE_PERL5=  configure

regression-test: build
    @cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>