diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-26 11:24:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-26 11:24:23 +0800 |
commit | 1c8a647ea70a32a8f9b64d204b0a5dfce374aafe (patch) | |
tree | c1c7a275a7bc029d9e4a8427940e0887259e3d45 | |
parent | 7d5db691479d7068d047dbf78471865137def53c (diff) | |
download | freebsd-ports-gnome-1c8a647ea70a32a8f9b64d204b0a5dfce374aafe.tar.gz freebsd-ports-gnome-1c8a647ea70a32a8f9b64d204b0a5dfce374aafe.tar.zst freebsd-ports-gnome-1c8a647ea70a32a8f9b64d204b0a5dfce374aafe.zip |
Add LICENSE
- Add BUILD_DEPENDS
- Add NO_ARCH
- Sort PLIST
-rw-r--r-- | devel/p5-Danga-Socket/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Danga-Socket/pkg-plist | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Danga-Socket/Makefile b/devel/p5-Danga-Socket/Makefile index 4802c1792d46..7bbd47db4a44 100644 --- a/devel/p5-Danga-Socket/Makefile +++ b/devel/p5-Danga-Socket/Makefile @@ -11,9 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@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 diff --git a/devel/p5-Danga-Socket/pkg-plist b/devel/p5-Danga-Socket/pkg-plist index 1a81435eb20f..eedad253b1dd 100644 --- a/devel/p5-Danga-Socket/pkg-plist +++ b/devel/p5-Danga-Socket/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Danga::Socket.3.gz %%SITE_PERL%%/Danga/Socket.pm +%%PERL5_MAN3%%/Danga::Socket.3.gz |