freebsd-ports/devel/p5-Test-Sys-Info/Makefile
Sunpoet Po-Chuan Hsieh f6e7597f02 - Update to 0.21
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Sys-Info/Changes
2016-11-06 16:51:15 +00:00

24 lines
503 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Sys-Info
PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Centralized test suite for Sys::Info
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>