aae33b1c39
- Fix LICENSE_FILE - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for dependency change Changes: https://metacpan.org/changes/distribution/IO-Stringy
33 lines
851 B
Makefile
33 lines
851 B
Makefile
# Created by: John Holland <john@zoner.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ubh
|
|
PORTVERSION= 2.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= news graphics
|
|
MASTER_SITES= http://ubh.sourceforge.net/download/
|
|
|
|
MAINTAINER= john@zoner.org
|
|
COMMENT= Perl script to download and decode binaries posted to Usenet
|
|
|
|
RUN_DEPENDS= \
|
|
p5-News-Newsrc>=0:news/p5-News-Newsrc \
|
|
p5-Mail-Tools>=0:mail/p5-Mail-Tools \
|
|
p5-IO-Stringy>=0:devel/p5-IO-Stringy \
|
|
p5-MIME-Tools>=0:mail/p5-MIME-Tools \
|
|
p5-String-CRC32>=0:devel/p5-String-CRC32
|
|
|
|
NO_BUILD= YES
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= ubh
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ubh ${STAGEDIR}${PREFIX}/bin
|
|
${CP} -R ${WRKSRC}/examples ${STAGEDIR}${PREFIX}/share/ubh
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ubh
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ubh.html ${STAGEDIR}${PREFIX}/share/doc/ubh
|
|
|
|
.include <bsd.port.mk>
|