1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Use real PORTVERSION and update dependent port

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-01-07 12:12:33 +00:00
parent e1ee95d59a
commit 7f2026a0bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458321
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
# $FreeBSD$
PORTNAME= Coro
PORTVERSION= 6.51.3
PORTVERSION= 6.513
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Coroutine process abstraction for perl

View File

@ -14,7 +14,7 @@ COMMENT= Stateful Web applications in Perl
COMMON_DEPENDS= p5-Event>0:devel/p5-Event \
p5-HTTP-Daemon>=1.36:www/p5-HTTP-Daemon \
p5-Coro>=4.37:devel/p5-Coro \
p5-Coro>=4.370:devel/p5-Coro \
p5-PSGI>=0:www/p5-PSGI \
p5-libwww>0:www/p5-libwww
BUILD_DEPENDS= ${COMMON_DEPENDS}