1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/gist/Makefile
Felippe de Meirelles Motta 8e8e665cf9 This port is for the Gist commandline tool, which allows for posting to the
Gist pastebin.

WWW:	http://github.com/defunkt/gist/

PR:		ports/137829
Submitted by:	"Rick E." <codeblock@eighthbit.net>
2009-08-25 01:13:19 +00:00

27 lines
511 B
Makefile

# New ports collection makefile for: gist
# Date created: 2009-08-16
# Whom: Ricky E. <codeblock@eighthbit.net>
#
# $FreeBSD$
#
PORTNAME= gist
PORTVERSION= 1.0
CATEGORIES= www net
MASTER_SITES= http://github.com/defunkt/gist/raw/master/
DISTNAME= gist
EXTRACT_SUFX= .rb
EXTRACT_ONLY=
MAINTAINER= codeblock@eighthbit.net
COMMENT= A gist pastebin posting command
USE_RUBY= YES
NO_BUILD= YES
PLIST_FILES= bin/gist
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/gist.rb ${PREFIX}/bin/gist
.include <bsd.port.mk>