svn commit: r442908 - head/www/p5-URI-Sequin

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 8 09:01:19 UTC 2017


Author: amdmi3
Date: Thu Jun  8 09:01:17 2017
New Revision: 442908
URL: https://svnweb.freebsd.org/changeset/ports/442908

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Unsilence installation commands
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-URI-Sequin/Makefile

Modified: head/www/p5-URI-Sequin/Makefile
==============================================================================
--- head/www/p5-URI-Sequin/Makefile	Thu Jun  8 06:50:00 2017	(r442907)
+++ head/www/p5-URI-Sequin/Makefile	Thu Jun  8 09:01:17 2017	(r442908)
@@ -12,14 +12,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at 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>


More information about the svn-ports-all mailing list