svn commit: r444339 - head/devel/p5-Danga-Socket

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 26 03:24:25 UTC 2017


Author: sunpoet
Date: Mon Jun 26 03:24:23 2017
New Revision: 444339
URL: https://svnweb.freebsd.org/changeset/ports/444339

Log:
  Add LICENSE
  
  - Add BUILD_DEPENDS
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Danga-Socket/Makefile
  head/devel/p5-Danga-Socket/pkg-plist

Modified: head/devel/p5-Danga-Socket/Makefile
==============================================================================
--- head/devel/p5-Danga-Socket/Makefile	Mon Jun 26 03:24:18 2017	(r444338)
+++ head/devel/p5-Danga-Socket/Makefile	Mon Jun 26 03:24:23 2017	(r444339)
@@ -11,9 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Event loop and event-driven async socket base class
 
-RUN_DEPENDS=	p5-IO-KQueue>=0:devel/p5-IO-KQueue \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-IO-KQueue>=0:devel/p5-IO-KQueue \
 		p5-Sys-Syscall>=0:devel/p5-Sys-Syscall
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Danga-Socket/pkg-plist
==============================================================================
--- head/devel/p5-Danga-Socket/pkg-plist	Mon Jun 26 03:24:18 2017	(r444338)
+++ head/devel/p5-Danga-Socket/pkg-plist	Mon Jun 26 03:24:23 2017	(r444339)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Danga::Socket.3.gz
 %%SITE_PERL%%/Danga/Socket.pm
+%%PERL5_MAN3%%/Danga::Socket.3.gz


More information about the svn-ports-all mailing list