14 lines
266 B
Makefile
14 lines
266 B
Makefile
COMMENT= parse and format W3CDTF datetime strings
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = DateTime-Format-W3CDTF-0.08
|
|
CATEGORIES= devel converters
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-DateTime
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|