18 lines
354 B
Makefile
18 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/12/04 14:24:33 msf Exp $
|
|
|
|
COMMENT= "object oriented time interface"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Time-modules-2006.0814
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@kisoku.net>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|