1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/w3mir/Makefile

26 lines
661 B
Makefile
Raw Normal View History

1998-05-09 10:20:40 +00:00
# New ports collection makefile for: w3mir
# http://www.sn.no/libwww-perl/
# Version required: 1.0.2
# Date created: 9 May 1998
# Whom: ache
#
# $Id: Makefile,v 1.17 1998/04/28 14:45:37 vanilla Exp $
#
DISTNAME= w3mir-1.0.2
CATEGORIES= www perl5
MASTER_SITES= http://www.math.uio.no/~janl/w3mir/
MAINTAINER= ache@freebsd.org
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5= YES
MAN1= w3mir.1 w3mfix.1
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>