aaa1885833
ok jasper@
33 lines
709 B
Makefile
33 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:45:42 ajacoutot Exp $
|
|
|
|
COMMENT= perl module that provides a client interface to gpsd
|
|
MODULES= cpan
|
|
DISTNAME= Net-GPSD-0.36
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
RUN_DEPENDS= geo/p5-GPS-PRN \
|
|
geo/p5-Geo-Forward \
|
|
geo/p5-Geo-Functions \
|
|
geo/p5-Geo-Inverse \
|
|
www/p5-libwww
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EXAMPLES_DIST= bin
|
|
|
|
post-install:
|
|
${MODCPAN_POST_INSTALL}
|
|
${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>
|