freebsd-ports/misc/pastebinit/Makefile
Beech Rintoul a15aa2e989 - Pass maintainership to submitter
PR:		ports/130010
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com>
2008-12-30 00:19:35 +00:00

29 lines
650 B
Makefile

# New ports collection makefile for: pastebinit
# Date created: Thu Feb 21 00:21:23 EST 2008
# Whom: comperr <comperr.extra@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pastebinit
PORTVERSION= 0.11
CATEGORIES= misc python
MASTER_SITES= http://www.stgraber.org/download/projects/pastebin/
MAINTAINER= EitanAdlerList@gmail.com
COMMENT= A command line utility for pastebing
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= bin/pastebinit
post-patch:
@${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>