freebsd-ports/www/checkbot/Makefile
Steve Price 51d53877c0 This doesn't deinstall correctly because the manpage gets install
in /usr/share/man/man1 and the PLIST expects it to be in ${PREFIX}/...
1998-10-10 03:34:28 +00:00

30 lines
740 B
Makefile

# New ports collection makefile for: checkbot
# Version required: 1.51
# Date created: 2. Feb 1998
# Whom: wosch@FreeBSD.org
#
# $Id: Makefile,v 1.5 1998/09/15 21:31:54 asami Exp $
#
DISTNAME= checkbot-1.51
CATEGORIES= www perl5
MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/
MAINTAINER= wosch@FreeBSD.ORG
BROKEN= manpage gets installed in /usr/share/ in -current
site_perl=${PREFIX}/lib/perl5/site_perl
BUILD_DEPENDS= \
${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools
MAN1= checkbot.1
USE_PERL5= YES
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>