mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
29 lines
563 B
Makefile
29 lines
563 B
Makefile
# New ports collection makefile for: net/p5-Geo-IPfree
|
|
# Date created: 02 April 2003
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Geo-IPfree
|
|
PORTVERSION= 1.112870
|
|
CATEGORIES= net perl5 geography
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Look up country from an IP Address
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Geo::IPfree.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501200
|
|
BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|