17 lines
332 B
Makefile
17 lines
332 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/16 14:20:10 jasper Exp $
|
||
|
|
||
|
COMMENT= common time and date operations with GPS operations
|
||
|
|
||
|
DISTNAME= DateTime-Precise-1.05
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|