2013-09-20 20:30:00 +02:00
|
|
|
# Created by: Aron Schlesinger <as@bsdgroup.de>
|
2007-01-12 17:55:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bsdpaste
|
2007-05-27 20:09:30 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2007-01-12 17:55:46 +01:00
|
|
|
CATEGORIES= german ruby
|
2007-05-24 16:30:21 +02:00
|
|
|
MASTER_SITES= http://people.bsdgroup.de/~as/bsdpaste/
|
2007-01-12 17:55:46 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
|
|
|
|
2014-01-16 14:05:20 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Pastebin web application to upload and read text on a webserver
|
2007-01-12 17:55:46 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBY_FEATURES= ruby18
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2014-04-04 14:03:44 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/bsdpaste
|
2007-01-12 17:55:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|