[Midnightbsd-cvs] mports: Makefile: add geopgraphy countries depends, add license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 16:20:49 EDT 2008


Log Message:
-----------
add geopgraphy countries depends, add license

Modified Files:
--------------
    mports/net/p5-IP-Country:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/p5-IP-Country/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L net/p5-IP-Country/Makefile -L net/p5-IP-Country/Makefile -u -r1.2 -r1.3
--- net/p5-IP-Country/Makefile
+++ net/p5-IP-Country/Makefile
@@ -2,19 +2,23 @@
 # Date created:				20 June 2005
 # Whom:					dikshie <dikshie at lapi.itb.ac.id>
 #
-# $MidightBSD$
+# $MidnightBSD$
 # $FreeBSD: ports/net/p5-IP-Country/Makefile,v 1.4 2007/02/07 04:57:46 leeym Exp $
 #
 
 PORTNAME=	IP-Country
 PORTVERSION=	2.23
+PORTREVISION=	1
 CATEGORIES=	net perl5 geography
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	../by-authors/id/N/NW/NWETTERS
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Fast lookup of country codes from IP addresses
+LICENSE=	perl
+
+BUILD_DEPENDS=	${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 


More information about the Midnightbsd-cvs mailing list