blob: a69316d90f34f9d3a6663c728c9e6daad1f523a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= podcastdl
PORTVERSION= 0.3.3
CATEGORIES= multimedia
MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
http://files.bebik.net/podcastdl/
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Simple command line podcast client written in plain C
WWW= https://www.osorio.me/projects/dev/podcastdl/
LICENSE= ISCL
LIB_DEPENDS= libmrss.so:textproc/libmrss
USES= cmake
PLIST_FILES= bin/podcastdl
.include <bsd.port.mk>
|