mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# Created by: Aron Schlesinger <as@bsdgroup.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdpaste
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= german ruby
|
|
MASTER_SITES= http://people.bsdgroup.de/~as/bsdpaste/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Pastebin web application to upload and read text on a webserver
|
|
|
|
BROKEN= No public distfiles
|
|
|
|
NO_BUILD= yes
|
|
USE_RUBY= yes
|
|
USE_RUBY_FEATURES= ruby18
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb \
|
|
${STAGEDIR}${PREFIX}/bin/bsdpaste
|
|
|
|
.include <bsd.port.mk>
|