svn commit: r433357 - head/archivers/p5-POE-Filter-Bzip2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Feb 5 05:31:18 UTC 2017
Author: sunpoet
Date: Sun Feb 5 05:31:17 2017
New Revision: 433357
URL: https://svnweb.freebsd.org/changeset/ports/433357
Log:
Use real PORTVERSION
- Add LICENSE
Modified:
head/archivers/p5-POE-Filter-Bzip2/Makefile
Modified: head/archivers/p5-POE-Filter-Bzip2/Makefile
==============================================================================
--- head/archivers/p5-POE-Filter-Bzip2/Makefile Sun Feb 5 05:31:12 2017 (r433356)
+++ head/archivers/p5-POE-Filter-Bzip2/Makefile Sun Feb 5 05:31:17 2017 (r433357)
@@ -2,16 +2,18 @@
# $FreeBSD$
PORTNAME= POE-Filter-Bzip2
-PORTVERSION= 1.5.8
-PORTREVISION= 1
+PORTVERSION= 1.58
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::Bzip2
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:archivers/p5-Compress-Bzip2 \
p5-POE>=0.38:devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
More information about the svn-ports-all
mailing list