svn commit: r433359 - head/archivers/p5-POE-Filter-LZO

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


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

Log:
  Use real PORTVERSION
  
  - Add LICENSE

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

Modified: head/archivers/p5-POE-Filter-LZO/Makefile
==============================================================================
--- head/archivers/p5-POE-Filter-LZO/Makefile	Sun Feb  5 05:31:21 2017	(r433358)
+++ head/archivers/p5-POE-Filter-LZO/Makefile	Sun Feb  5 05:31:25 2017	(r433359)
@@ -2,16 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Filter-LZO
-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::LZO
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-Compress-LZO>=1.08:archivers/p5-Compress-LZO \
 		p5-POE>=0.38:devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list