aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-03-02 17:03:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-03-02 17:03:04 +0800
commit1df2f09a975c156b1c3e101e9442ccac041402a4 (patch)
tree2d1a99617b5a7b01299da41fd3f21533048128f4 /devel
parentc325350171c377ce18a86838eadb2345a3e0ee9b (diff)
downloadfreebsd-ports-gnome-1df2f09a975c156b1c3e101e9442ccac041402a4.tar.gz
freebsd-ports-gnome-1df2f09a975c156b1c3e101e9442ccac041402a4.tar.zst
freebsd-ports-gnome-1df2f09a975c156b1c3e101e9442ccac041402a4.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Filesys-Notify-Simple/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Filesys-Notify-Simple/Makefile b/devel/p5-Filesys-Notify-Simple/Makefile
index d1fb44aa1a7e..5ebe644fb0e6 100644
--- a/devel/p5-Filesys-Notify-Simple/Makefile
+++ b/devel/p5-Filesys-Notify-Simple/Makefile
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for simple and dumb file system watcher
-USES= perl5
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>