svn commit: r471597 - head/devel/p5-DateTime-Format-SQLite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:03:28 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:03:26 2018
New Revision: 471597
URL: https://svnweb.freebsd.org/changeset/ports/471597

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Fix and update WWW

Modified:
  head/devel/p5-DateTime-Format-SQLite/Makefile
  head/devel/p5-DateTime-Format-SQLite/pkg-descr

Modified: head/devel/p5-DateTime-Format-SQLite/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-SQLite/Makefile	Mon Jun  4 18:03:20 2018	(r471596)
+++ head/devel/p5-DateTime-Format-SQLite/Makefile	Mon Jun  4 18:03:26 2018	(r471597)
@@ -11,9 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Parse and format SQLite dates and times
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-DateTime-Format-SQLite/pkg-descr
==============================================================================
--- head/devel/p5-DateTime-Format-SQLite/pkg-descr	Mon Jun  4 18:03:20 2018	(r471596)
+++ head/devel/p5-DateTime-Format-SQLite/pkg-descr	Mon Jun  4 18:03:26 2018	(r471597)
@@ -3,4 +3,4 @@ and TIMESTAMP data types. It can be used to parse thes
 create DateTime objects, and it can take a DateTime object and produce a string
 representing it in the SQLite format.
 
-WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ /
+WWW: https://metacpan.org/release/DateTime-Format-SQLite


More information about the svn-ports-all mailing list