1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Alexey Dokuchaev 2332dc0ae2 - Fix typos in the COMMON, wrap overly long line
- Slightly reword port description, add missing trailing period

Feature safe:	yes
2012-12-06 08:20:23 +00:00

23 lines
469 B
Makefile

# Created by: Rodrigo OSORIO <rodrigo@bebik.net>
# $FreeBSD$
PORTNAME= podcastdl
PORTVERSION= 0.3.0
CATEGORIES= multimedia
MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
http://files.bebik.net/podcastdl/
MAINTAINER= rodrigo@bebik.net
COMMENT= Simple command line podcast client written in plain C
LICENSE= BSD
LIB_DEPENDS= mrss:${PORTSDIR}/textproc/libmrss
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/podcastdl
.include <bsd.port.mk>