19 lines
408 B
Makefile
19 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/25 16:32:34 espie Exp $
|
|
|
|
COMMENT= "parse and format W3CDTF datetime strings"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DateTime-Format-W3CDTF-0.04
|
|
CATEGORIES= devel converters
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-DateTime
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|