freebsd-ports/deskutils/jjclient/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

20 lines
455 B
Makefile

# Created by: Lucas Holt <luke@justjournal.com>
# $FreeBSD$
PORTNAME= jjclient
PORTVERSION= 1.0.2
PORTREVISION= 1
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:${PORTSDIR}/net/xmlrpc-c
PLIST_FILES= bin/jjclient
.include <bsd.port.mk>