freebsd-ports/net/p5-Net-Gopher/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

32 lines
698 B
Makefile

# New ports collection makefile for: p5-Net-Gopher
# Date created: 2004-03-31
# Whom: Toni Viemero <toni.viemero@iki.fi>
#
# $FreeBSD$
#
PORTNAME= Net-Gopher
PORTVERSION= 1.15
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero@iki.fi
COMMENT= Net::Gopher is the Perl Gopher/Gopher+ API
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS:= ${RUN_DEPENDS}
DEPRECATED= gone from CPAN
EXPIRATION_DATE= 2012-04-17
PERL_CONFIGURE= yes
MAN3= Net::Gopher.3 \
Net::Gopher::Constants.3 \
Net::Gopher::Request.3 \
Net::Gopher::Response.3 \
Net::Gopher::Response::InformationBlock.3 \
Net::Gopher::Response::MenuItem.3
.include <bsd.port.mk>