1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/gist/Makefile
Danilo Egea Gondolfo 20d9282c96 - Update from 3.1.0 to 4.2.1
- Add LICENSE
- Remove OPTIONS

PR:		ports/191483
Submitted by:	changlp@cs.nctu.edu.tw
2014-07-02 17:35:35 +00:00

39 lines
812 B
Makefile

# Created by: Ricky E. <codeblock@eighthbit.net>
# $FreeBSD$
PORTNAME= gist
PORTVERSION= 4.2.1
CATEGORIES= www net
MAINTAINER= changlp@cs.nctu.edu.tw
COMMENT= Gist pastebin posting command
LICENSE= MIT
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
CONFLICTS= p5-App-gist-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= defunkt
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 82fe83c
USE_RUBY= YES
RUBY_NO_BUILD_DEPENDS= YES
NO_BUILD= YES
PLIST_FILES= bin/gist \
man/man1/gist.1.gz
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/build/gist
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/build/gist ${STAGEDIR}${PREFIX}/bin/gist
${INSTALL_MAN} ${WRKSRC}/build/gist.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.post.mk>