aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Ark
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-05 00:02:16 +0800
committerMathieu Arnold <mat@FreeBSD.org>2015-09-05 00:02:16 +0800
commita8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /www/p5-Ark
parent76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff)
downloadfreebsd-ports-gnome-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz
freebsd-ports-gnome-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.zst
freebsd-ports-gnome-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
Diffstat (limited to 'www/p5-Ark')
-rw-r--r--www/p5-Ark/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-Ark/Makefile b/www/p5-Ark/Makefile
index c9f6aa8dcac0..94ee71600504 100644
--- a/www/p5-Ark/Makefile
+++ b/www/p5-Ark/Makefile
@@ -4,8 +4,7 @@ PORTNAME= Ark
PORTVERSION= 0.1.r1
PORTREVISION= 2
CATEGORIES= www perl5
-MASTER_SITES= http://cloud.github.com/downloads/typester/ark-perl/ \
- LOCAL/kuriyama
+MASTER_SITES= GHC LOCAL/kuriyama
PKGNAMEPREFIX= p5-
DISTNAME= Ark-0.001000_001
@@ -34,5 +33,8 @@ RUN_DEPENDS= \
USES= perl5
USE_PERL5= configure
+USE_GITHUB= yes
+GH_ACCOUNT= typester
+GH_PROJECT= ark-perl
.include <bsd.port.mk>