diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:42:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:42:58 +0000 |
commit | 636839875e803682b06785f93800de1c3598b4ae (patch) | |
tree | 12224190d4f2f550b213f0412f80e5f4cd6081cf /www/p5-Ark | |
parent | Update to 0.18. (diff) |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248575
Diffstat (limited to 'www/p5-Ark')
-rw-r--r-- | www/p5-Ark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Ark/Makefile b/www/p5-Ark/Makefile index cee22d2ee115..4f890221b191 100644 --- a/www/p5-Ark/Makefile +++ b/www/p5-Ark/Makefile @@ -7,6 +7,7 @@ PORTNAME= Ark PORTVERSION= 0.1.r1 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= http://cloud.github.com/downloads/typester/ark-perl/ \ ${MASTER_SITE_LOCAL} @@ -30,7 +31,6 @@ RUN_DEPENDS= \ p5-HTTP-Engine>=0.1.8:${PORTSDIR}/www/p5-HTTP-Engine \ p5-HTTP-Engine-Middleware>=0.13:${PORTSDIR}/www/p5-HTTP-Engine-Middleware \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-Module-Setup>0:${PORTSDIR}/devel/p5-Module-Setup \ p5-Mouse>=0.21:${PORTSDIR}/devel/p5-Mouse \ p5-MouseX-Types-Path-Class>0:${PORTSDIR}/devel/p5-MouseX-Types-Path-Class \ |