openbsd-ports/databases/p5-SQL-ReservedWords/Makefile
2022-03-11 18:31:17 +00:00

18 lines
287 B
Makefile

COMMENT= reserved words in SQL and specific databases
MODULES= cpan
PKG_ARCH= *
DISTNAME= SQL-ReservedWords-0.8
CATEGORIES= databases
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= modbuild
MAKE_ENV= TEST_POD=Yes
RUN_DEPENDS= devel/p5-Sub-Exporter
.include <bsd.port.mk>