aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Ark
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-09-05 00:02:16 +0800
committermat <mat@FreeBSD.org>2015-09-05 00:02:16 +0800
commitd4128f24283cd93f0120d4a58ec7114798bf4877 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /www/p5-Ark
parent8b9dfbc45e47a8dc3875beb7d9bacb1046409221 (diff)
downloadfreebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.gz
freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.tar.zst
freebsd-ports-gnome-d4128f24283cd93f0120d4a58ec7114798bf4877.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>