mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
30 lines
543 B
Makefile
30 lines
543 B
Makefile
# Created by: 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} ${STAGEDIR}${PREFIX}/bin/ompload
|
|
|
|
.include <bsd.port.mk>
|