Allows the upload of text to a webserver and reading of these information. Often used in IRC channels to show large amounts of text, like config files. WWW: http://bsdgroup.de Submitted by: Aron Schlesinger <as at bsdgroup.de>
26 lines
584 B
Makefile
26 lines
584 B
Makefile
# New ports collection makefile for: nopastectl
|
|
# Date created: 12 January 2007
|
|
# Whom: Aron Schlesinger <as@bsdgroup.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdpaste
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= german ruby
|
|
MASTER_SITES= http://portal.bsdgroup.de/~as/bsdpaste/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
|
|
|
MAINTAINER= as@bsdgroup.de
|
|
COMMENT= Pastebin web application to upload and read text on a webserver.
|
|
|
|
NO_BUILD= yes
|
|
USE_RUBY= yes
|
|
USE_RUBY_FEATURES= ruby18
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste
|
|
|
|
.include <bsd.port.mk>
|