aboutsummaryrefslogtreecommitdiffstats
path: root/www/gist/Makefile
blob: 8c1bf41784bb5b06f93d305968ef29c995a4e042 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>