Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= GPS-Point |
4 |
PORTVERSION= 0.20 |
5 |
CATEGORIES= astro perl5 geography |
6 |
MASTER_SITES= CPAN |
7 |
PKGNAMEPREFIX= p5- |
8 |
DISTNAME= GPS-Point-${PORTVERSION} |
9 |
|
10 |
MAINTAINER= perl@FreeBSD.org |
11 |
COMMENT= Perl object oriented representation of a point (GPS fix) |
12 |
|
13 |
LICENSE= BSD |
14 |
|
15 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
16 |
RUN_DEPENDS= p5-Test-Number-Delta>0:devel/p5-Test-Number-Delta p5-Test-Simple>=0.44:devel/p5-Test-Simple |
17 |
|
18 |
USES= perl5 |
19 |
USE_PERL5= configure |
20 |
NO_ARCH= yes |
21 |
|
22 |
.include <bsd.port.mk> |