16 lines
280 B
Makefile
16 lines
280 B
Makefile
# $OpenBSD: Makefile,v 1.20 2013/03/11 10:50:15 espie Exp $
|
|
|
|
COMMENT= perl module for calculates time differences
|
|
|
|
MODULES= cpan
|
|
VERSION= 1.2
|
|
DISTNAME= Date-Handler-${VERSION}
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|