mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# Ports collection makefile for: p5-GPS-OID
|
|
# Date created: June 3, 2010
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= GPS-OID
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Package for GPS PRN - Object ID conversions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= GPS::OID.3
|
|
|
|
.include <bsd.port.mk>
|