svn commit: r433358 - head/archivers/p5-POE-Filter-LZF

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 5 05:31:22 UTC 2017


Author: sunpoet
Date: Sun Feb  5 05:31:21 2017
New Revision: 433358
URL: https://svnweb.freebsd.org/changeset/ports/433358

Log:
  Use real PORTVERSION
  
  - Add LICENSE

Modified:
  head/archivers/p5-POE-Filter-LZF/Makefile

Modified: head/archivers/p5-POE-Filter-LZF/Makefile
==============================================================================
--- head/archivers/p5-POE-Filter-LZF/Makefile	Sun Feb  5 05:31:17 2017	(r433357)
+++ head/archivers/p5-POE-Filter-LZF/Makefile	Sun Feb  5 05:31:21 2017	(r433358)
@@ -2,16 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Filter-LZF
-PORTVERSION=	1.7.0
-PORTREVISION=	1
+PORTVERSION=	1.70
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	POE filter wrapped around Compress::LZF
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-Compress-LZF>=1.51:archivers/p5-Compress-LZF \
 		p5-POE>=0.38:devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list