summaryrefslogtreecommitdiffstats
path: root/german/bsdpaste/Makefile
blob: dfc92026d7c3993c1aae218179347c2b330e959d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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
DEPRECATED=	Broken for more than 6 months
EXPIRATION_DATE=	2015-11-26

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>
OpenPOWER on IntegriCloud