Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 16:47:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360406 - head/devel/p5-Class-Std-Utils
Message-ID:  <201407031647.s63GlvWt053832@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  3 16:47:57 2014
New Revision: 360406
URL: http://svnweb.freebsd.org/changeset/ports/360406
QAT: https://qat.redports.org/buildarchive/r360406/

Log:
  - Add LICENSE
  - Remove unnecessary MASTER_SITE_SUBDIR

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

Modified: head/devel/p5-Class-Std-Utils/Makefile
==============================================================================
--- head/devel/p5-Class-Std-Utils/Makefile	Thu Jul  3 16:34:14 2014	(r360405)
+++ head/devel/p5-Class-Std-Utils/Makefile	Thu Jul  3 16:47:57 2014	(r360406)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	Class-Std-Utils
-DISTVERSION=	v0.0.3
+PORTVERSION=	0.0.3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Class
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Utility subroutines for building "inside-out" objects
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031647.s63GlvWt053832>