svn commit: r350077 - head/devel/p5-Sys-Info-Base

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 4 09:46:17 UTC 2014


Author: sunpoet
Date: Fri Apr  4 09:46:17 2014
New Revision: 350077
URL: http://svnweb.freebsd.org/changeset/ports/350077
QAT: https://qat.redports.org/buildarchive/r350077/

Log:
  - Add LICENSE
  - Remove regression-test:

Modified:
  head/devel/p5-Sys-Info-Base/Makefile

Modified: head/devel/p5-Sys-Info-Base/Makefile
==============================================================================
--- head/devel/p5-Sys-Info-Base/Makefile	Fri Apr  4 09:32:12 2014	(r350076)
+++ head/devel/p5-Sys-Info-Base/Makefile	Fri Apr  4 09:46:17 2014	(r350077)
@@ -11,13 +11,13 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}${
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Base class for Sys::Info
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
 USE_PERL5=	configure
 USES=		perl5
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list