svn commit: r395262 - head/converters/p5-Convert-Bencode

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 14:51:28 UTC 2015


Author: sunpoet
Date: Tue Aug 25 14:51:27 2015
New Revision: 395262
URL: https://svnweb.freebsd.org/changeset/ports/395262

Log:
  - Add LICENSE
  - Remove BUILD_DEPENDS
  - Simplify COMMENT
  - Pass maintainership to perl@

Modified:
  head/converters/p5-Convert-Bencode/Makefile

Modified: head/converters/p5-Convert-Bencode/Makefile
==============================================================================
--- head/converters/p5-Convert-Bencode/Makefile	Tue Aug 25 14:51:17 2015	(r395261)
+++ head/converters/p5-Convert-Bencode/Makefile	Tue Aug 25 14:51:27 2015	(r395262)
@@ -8,13 +8,14 @@ CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Module to encode and decode bencoded strings
+MAINTAINER=	perl at FreeBSD.org
+COMMENT=	Encode and decode bencoded strings
 
-BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list