mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8e8e665cf9
Gist pastebin. WWW: http://github.com/defunkt/gist/ PR: ports/137829 Submitted by: "Rick E." <codeblock@eighthbit.net>
27 lines
511 B
Makefile
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>
|