freebsd-ports/devel/p5-Role-Basic/Makefile
Matthew Seaman dc9314e6fd Delete the redundant 'regression-test:' target from those of my perl
ports that have it.  There's a generic regression-test target
identical to these provided via 'USES=perl5'
2015-09-22 16:18:31 +00:00

21 lines
378 B
Makefile

# Created by: Matthew Seaman <matthew@FreeBSD.org>
# $FreeBSD$
PORTNAME= Role-Basic
PORTVERSION= 0.13
PORTREVISION= 2
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
.include <bsd.port.mk>