Use real PORTVERSION
- Add LICENSE
This commit is contained in:
parent
b88d69b386
commit
3b64e23cb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433358
1 changed files with 5 additions and 3 deletions
|
@ -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@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}
|
||||
|
|
Loading…
Reference in a new issue