2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:45:42 ajacoutot Exp $
|
2007-09-15 10:07:20 -04:00
|
|
|
|
|
|
|
COMMENT= perl module that provides a client interface to gpsd
|
|
|
|
MODULES= cpan
|
2008-10-08 13:15:49 -04:00
|
|
|
DISTNAME= Net-GPSD-0.36
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2007-09-15 10:07:20 -04:00
|
|
|
CATEGORIES= net
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2007-09-15 10:07:20 -04:00
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= geo/p5-GPS-PRN \
|
|
|
|
geo/p5-Geo-Forward \
|
|
|
|
geo/p5-Geo-Functions \
|
|
|
|
geo/p5-Geo-Inverse \
|
|
|
|
www/p5-libwww
|
2007-09-15 10:07:20 -04:00
|
|
|
|
2010-10-23 05:35:20 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
MODCPAN_EXAMPLES_DIST= bin
|
|
|
|
|
2007-09-15 10:07:20 -04:00
|
|
|
post-install:
|
2010-10-23 05:35:20 -04:00
|
|
|
${MODCPAN_POST_INSTALL}
|
2007-09-15 10:07:20 -04:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/doc/*.cgi \
|
|
|
|
${PREFIX}/share/examples/p5-Net-GPSD
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.db \
|
|
|
|
${PREFIX}/share/examples/p5-Net-GPSD
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|