- Remove the security/ca_root_nss dependency and obsolete patch since built-in certificate issue has been resolved PR: ports/156773 Approved by: maintainer timeout (> Two Weeks) itetcu (mentor)(implicit)
28 lines
561 B
Makefile
28 lines
561 B
Makefile
# New ports collection makefile for: gist
|
|
# Date created: 2009-08-16
|
|
# Whom: Ricky E. <codeblock@eighthbit.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gist
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= www net
|
|
MASTER_SITES= https://github.com/defunkt/${PORTNAME}/raw/v${PORTVERSION}/
|
|
DISTNAME= gist
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= codeblock@eighthbit.net
|
|
COMMENT= A gist pastebin posting command
|
|
|
|
CONFLICTS= p5-WWW-GitHub-Gist-[0-9]*
|
|
|
|
USE_RUBY= YES
|
|
NO_BUILD= YES
|
|
PLIST_FILES= bin/gist
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${DISTDIR}/gist ${PREFIX}/bin/gist
|
|
|
|
.include <bsd.port.mk>
|