1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/news/mail2nntp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
670 B
Makefile

# Created by: gary@hayers.org
# $FreeBSD$
PORTNAME= mail2nntp
PORTVERSION= 1.0
CATEGORIES= news mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable%201.0/
MAINTAINER= gary@hayers.org
COMMENT= Simple mail to news gateway
LICENSE= GPLv2
RUN_DEPENDS= p5-NNTPClient>=0:news/p5-NNTPClient
USES= perl5 shebangfix
USE_PERL5= run
NO_BUILD= yes
SHEBANG_FILES= mail2nntp.pl
PORTDOCS= *
PLIST_FILES= bin/mail2nntp.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mail2nntp.pl ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Changelog ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>