mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 3.07
- Fix indentation
This commit is contained in:
parent
12c243ce06
commit
ee36356b0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377423
2 changed files with 13 additions and 14 deletions
|
@ -1,20 +1,19 @@
|
|||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-vCard
|
||||
PORTVERSION= 3.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
PORTNAME= Text-vCard
|
||||
PORTVERSION= 3.07
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Package to parse, edit and create multiple vCards (RFC 2426)
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Package to parse, edit and create multiple vCards (RFC 2426)
|
||||
|
||||
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData \
|
||||
p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData \
|
||||
p5-Unicode-LineBreak>=0:${PORTSDIR}/textproc/p5-Unicode-LineBreak
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Text-vCard-3.06.tar.gz) = af305be294c75c7a46e96ec898dc9f5f1adcf4bc148fd1e8098844ab95d8532a
|
||||
SIZE (Text-vCard-3.06.tar.gz) = 43917
|
||||
SHA256 (Text-vCard-3.07.tar.gz) = e722e014a9886ae0c9d54357b1d4ce95290ecfd6fbde13bef96a13232b0624aa
|
||||
SIZE (Text-vCard-3.07.tar.gz) = 43933
|
||||
|
|
Loading…
Add table
Reference in a new issue