svn commit: r375991 - head/databases/p5-ORLite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:25:56 UTC 2015


Author: sunpoet
Date: Thu Jan  1 16:25:55 2015
New Revision: 375991
URL: https://svnweb.freebsd.org/changeset/ports/375991
QAT: https://qat.redports.org/buildarchive/r375991/

Log:
  - Add LICENSE
  - Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.59+ is already in all supported Perl releases

Modified:
  head/databases/p5-ORLite/Makefile

Modified: head/databases/p5-ORLite/Makefile
==============================================================================
--- head/databases/p5-ORLite/Makefile	Thu Jan  1 16:25:49 2015	(r375990)
+++ head/databases/p5-ORLite/Makefile	Thu Jan  1 16:25:55 2015	(r375991)
@@ -12,13 +12,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl5 extremely light weight SQLite-specific ORM
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS:=	p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \
 		p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-File-Remove>=1.40:${PORTSDIR}/devel/p5-File-Remove \
 		p5-Params-Util>=0.33:${PORTSDIR}/devel/p5-Params-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-
 TEST_DEPENDS=	p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script
 
 USES=		perl5


More information about the svn-ports-all mailing list