mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
718d76105c
This adds PostgreSQL features to SQL::Abstract. OK bluhm@
17 lines
244 B
Makefile
17 lines
244 B
Makefile
COMMENT = PostgreSQL features for SQL::Abstract
|
|
|
|
DISTNAME = SQL-Abstract-Pg-1.0
|
|
|
|
CATEGORIES = databases
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = databases/p5-SQL-Abstract>=2.0
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|