16 lines
244 B
Makefile
16 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>
|