svn commit: r474843 - head/irc/p5-POE-Filter-IRCD
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 18 09:07:47 UTC 2018
Author: amdmi3
Date: Wed Jul 18 09:07:46 2018
New Revision: 474843
URL: https://svnweb.freebsd.org/changeset/ports/474843
Log:
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
Modified:
head/irc/p5-POE-Filter-IRCD/Makefile
Modified: head/irc/p5-POE-Filter-IRCD/Makefile
==============================================================================
--- head/irc/p5-POE-Filter-IRCD/Makefile Wed Jul 18 08:45:40 2018 (r474842)
+++ head/irc/p5-POE-Filter-IRCD/Makefile Wed Jul 18 09:07:46 2018 (r474843)
@@ -11,10 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= POE-based parser for the IRC protocol
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-POE>=0:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list