head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.14.08.13.42;	author decke;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.17.20.00.33;	author lippe;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:   ompload
# Date created:        3 December 2009
# Whom:                Philippe Pepiot
#
# $FreeBSD: head/www/ompload/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ompload
PORTVERSION=	20100913
CATEGORIES=	www
MASTER_SITES=	http://philpep.org/pub/ \
		http://home.bluelife.at/ports/distfiles/
EXTRACT_SUFX=
EXTRACT_ONLY=

MAINTAINER=	phil@@philpep.org
COMMENT=	Upload files to omploader.org

RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl

USE_RUBY=	yes
USE_RUBY_FEATURES=	iconv

NO_MAN=		yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/ompload

do-install:
	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/ompload

.include <bsd.port.mk>
@


1.2
log
@- Update to 20100913
- Fix distfile versioning

PR:		ports/150500
Submitted by:	Philippe Pepiot <phil at philpep dot org> (maintainer)
Approved by:	beat (co-mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Ruby script to upload files on http://omploader.org.

WWW:	http://omploader.org

PR:		ports/141127
Submitted by:	Philippe Pepiot <phil@@philpep.org>
@
text
@d9 1
a9 1
PORTVERSION=	1
d11 2
a12 2
MASTER_SITES=	http://omploader.org/
DISTNAME=	ompload
d22 1
d31 1
a31 1
	${INSTALL_SCRIPT} ${DISTDIR}/ompload ${PREFIX}/bin/ompload
@

