18 lines
352 B
Makefile
18 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/17 08:05:12 espie Exp $
|
|
|
|
COMMENT= perl module for geographic functions
|
|
MODULES= cpan
|
|
DISTNAME= Geo-Functions-0.07
|
|
CATEGORIES= geo
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
RUN_DEPENDS= geo/p5-Geo-Constants
|
|
|
|
.include <bsd.port.mk>
|