blob: 41baccc817b2bf696f5982a5d3a9aea4427dd56b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: checkbot
# Version required: 1.51
# Date created: 2. Feb 1998
# Whom: wosch@FreeBSD.org
#
# $Id: Makefile,v 1.2 1998/03/03 10:00:54 asami Exp $
#
DISTNAME= checkbot-1.51
CATEGORIES= www perl5
MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/
MAINTAINER= wosch@FreeBSD.ORG
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
BROKEN= BUILD_DEPENDS list not right
MAN1= checkbot.1
USE_PERL5= YES
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>
|