1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/p5-Geo-Postcodes/Makefile
Sergey Skvortsov 32056f8444 Update to 0.32
2007-02-06 18:23:35 +00:00

29 lines
638 B
Makefile

# New ports collection makefile for: p5-Geo-Postcodes
# Date created: 2006-07-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Geo-Postcodes
PORTVERSION= 0.320
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geo
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for the Geo::Postcodes::XX modules
PERL_CONFIGURE= yes
MAN3= Geo::Postcodes.3 \
Geo::Postcodes::Ajax.3 \
Geo::Postcodes::Selection.3 \
Geo::Postcodes::Subclass.3 \
Geo::Postcodes::Tutorial.3 \
Geo::Postcodes::Update.3
.include <bsd.port.mk>