svn commit: r381801 - head/devel/p5-Class-Std

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 17:17:25 UTC 2015


Author: sunpoet
Date: Sat Mar 21 17:17:24 2015
New Revision: 381801
URL: https://svnweb.freebsd.org/changeset/ports/381801
QAT: https://qat.redports.org/buildarchive/r381801/

Log:
  - Fix *_DEPENDS: version is not required by this port
  - Add LICENSE [1]
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket) [1]
  With hat:	perl

Modified:
  head/devel/p5-Class-Std/Makefile

Modified: head/devel/p5-Class-Std/Makefile
==============================================================================
--- head/devel/p5-Class-Std/Makefile	Sat Mar 21 17:17:18 2015	(r381800)
+++ head/devel/p5-Class-Std/Makefile	Sat Mar 21 17:17:24 2015	(r381801)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Class-Std
 DISTVERSION=	0.011
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lippe at FreeBSD.org
 COMMENT=	Support for creating standard "inside-out" classes
 
-BUILD_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list