diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-06-08 17:01:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-06-08 17:01:17 +0800 |
commit | aef01273afc0c0552ce466a8142e768fff48df67 (patch) | |
tree | 0efb592dca89cfb9c5283f916c7a0d70c14c846a | |
parent | a194843154c3310210e49efa9a177249bf6a750e (diff) | |
download | freebsd-ports-gnome-aef01273afc0c0552ce466a8142e768fff48df67.tar.gz freebsd-ports-gnome-aef01273afc0c0552ce466a8142e768fff48df67.tar.zst freebsd-ports-gnome-aef01273afc0c0552ce466a8142e768fff48df67.zip |
- Add LICENSE
- Add NO_ARCH
- Unsilence installation commands
Approved by: portmgr blanket
-rw-r--r-- | www/p5-URI-Sequin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-URI-Sequin/Makefile b/www/p5-URI-Sequin/Makefile index bd339c934d03..18d26ceff545 100644 --- a/www/p5-URI-Sequin/Makefile +++ b/www/p5-URI-Sequin/Makefile @@ -12,14 +12,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Extract information from the URLs of Search-Engines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples - @${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \ + ${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \ ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/URI/Sequin/examples .include <bsd.port.mk> |