freebsd-ports/www/ompload/Makefile
Bernhard Froehlich f952837af3 - Update to 20100913
- Fix distfile versioning

PR:		ports/150500
Submitted by:	Philippe Pepiot <phil at philpep dot org> (maintainer)
Approved by:	beat (co-mentor)
2010-09-14 08:13:42 +00:00

34 lines
631 B
Makefile

# New ports collection makefile for: ompload
# Date created: 3 December 2009
# Whom: Philippe Pepiot
#
# $FreeBSD$
#
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>