svn commit: r451685 - head/astro/p5-Astro-DSS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 10 11:20:31 UTC 2017


Author: sunpoet
Date: Tue Oct 10 11:20:29 2017
New Revision: 451685
URL: https://svnweb.freebsd.org/changeset/ports/451685

Log:
  Add LICENSE
  
  - Add NO_ARCH

Modified:
  head/astro/p5-Astro-DSS/Makefile

Modified: head/astro/p5-Astro-DSS/Makefile
==============================================================================
--- head/astro/p5-Astro-DSS/Makefile	Tue Oct 10 11:20:24 2017	(r451684)
+++ head/astro/p5-Astro-DSS/Makefile	Tue Oct 10 11:20:29 2017	(r451685)
@@ -11,9 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	OO interface to the 1st and 2nd Digital Sky Surveys
 
+LICENSE=	GPLv2+
+
 BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww
-RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list