mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0a2f6f7c3b
PR: 223247 Submitted by: Bob Eager <bob@eager.cx> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13118
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= owrep
|
|
DISTVERSION= 1.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.ml1.org.uk/distfiles/ \
|
|
http://www.ancientgeek.org.uk/distfiles/
|
|
|
|
MAINTAINER= bob@eager.cx
|
|
COMMENT= Weather reporting program based on openweathermap.org
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
|
|
|
USES= localbase:ldflags zip
|
|
|
|
.include <bsd.port.mk>
|