freebsd-ports/deskutils/jjclient/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

19 lines
443 B
Makefile

# Created by: Lucas Holt <luke@justjournal.com>
# $FreeBSD$
PORTNAME= jjclient
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \
http://www.justjournal.com/software/unix/
MAINTAINER= luke@justjournal.com
COMMENT= Command line client for posting JustJournal entries
LIB_DEPENDS+= libxmlrpc.so:net/xmlrpc-c
PLIST_FILES= bin/jjclient
.include <bsd.port.mk>