21 lines
421 B
Makefile

# $OpenBSD: Makefile,v 1.17 2020/07/03 21:44:48 sthen Exp $
COMMENT = parse and create PostGresql date objects
MODULES = cpan
PKG_ARCH = *
DISTNAME = DateTime-Format-Pg-0.16013
CATEGORIES = devel converters
REVISION = 0
# perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-DateTime-Format-Builder
BUILD_DEPENDS = ${RUN_DEPENDS}
MAKE_ENV = TEST_POD=Yes
CONFIGURE_STYLE = modbuild tiny
.include <bsd.port.mk>