openbsd-ports/multimedia/get_flash_videos/Makefile
sthen c4c9c3835d - update get_flash_videos to 1.24
- switch to the modular version on CPAN, as well as being better for
patching if necessary, this also includes regression tests and a manual
2010-12-02 21:49:28 +00:00

41 lines
953 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/12/02 21:49:28 sthen Exp $
COMMENT= download flash video files from various sites
DISTNAME= App-get_flash_videos-1.24
PKGNAME= ${DISTNAME:S/App-//}
CATEGORIES= multimedia
HOMEPAGE= http://get-flash-videos.googlecode.com/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= MONSIEUR
USE_GROFF= Yes
# optional deps, not in ports yet:
# Data::AMF::Packet (for nbc)
# LWP::Protocol::socks (for socks proxies)
BUILD_DEPENDS= devel/p5-Tie-IxHash
RUN_DEPENDS= devel/p5-Term-ReadKey \
devel/p5-Tie-IxHash \
www/p5-libwww \
www/p5-URI \
www/p5-WWW-Mechanize
PKG_ARCH= *
pre-configure:
cd ${WRKSRC}; perl -pi -e \
's,/etc/get_flash_videosrc,${SYSCONFDIR}/get_flash_videosrc,g' \
doc/get_flash_videos.pod get_flash_videos
.include <bsd.port.mk>