summaryrefslogtreecommitdiff
path: root/www/p5-App-gist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-App-gist/Makefile')
-rw-r--r--www/p5-App-gist/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-App-gist/Makefile b/www/p5-App-gist/Makefile
new file mode 100644
index 000000000000..48b85cc33555
--- /dev/null
+++ b/www/p5-App-gist/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-App-gist
+# Date created: 2012-01-04
+# Whom: Denny Lin <dennylin93@hs.ntnu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= App-gist
+PORTVERSION= 0.04
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:ALEXBIO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dennylin93@hs.ntnu.edu.tw
+COMMENT= GitHub Gist creator
+
+RUN_DEPENDS= p5-WWW-GitHub-Gist>=0.13:${PORTSDIR}/www/p5-WWW-GitHub-Gist
+
+PERL_CONFIGURE= yes
+
+CONFLICTS= gist-[0-9]*
+
+MAN1= gist.1
+MAN3= App::gist.3
+
+.include <bsd.port.mk>