svn commit: r404487 - head/mail/p5-Net-SenderBase

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 25 23:19:41 UTC 2015


Author: amdmi3
Date: Fri Dec 25 23:19:40 2015
New Revision: 404487
URL: https://svnweb.freebsd.org/changeset/ports/404487

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/mail/p5-Net-SenderBase/Makefile

Modified: head/mail/p5-Net-SenderBase/Makefile
==============================================================================
--- head/mail/p5-Net-SenderBase/Makefile	Fri Dec 25 23:19:20 2015	(r404486)
+++ head/mail/p5-Net-SenderBase/Makefile	Fri Dec 25 23:19:40 2015	(r404487)
@@ -12,9 +12,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Query the SenderBase service
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list