ports/devel/p5-Test-Object/Makefile
Sunpoet Po-Chuan Hsieh 9398f7850d Update to 0.08
- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Test-Object/Changes
2017-12-26 23:20:39 +00:00

21 lines
396 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Object
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Thoroughly testing objects via registered handlers
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>