a4171b33ab
and the quotes around COMMENT confirmed by former maintainer Sam Smith
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/07/27 19:51:35 simon Exp $
|
|
|
|
COMMENT= generate SQL from Perl data structures
|
|
|
|
MODULES= cpan
|
|
DISTNAME= SQL-Abstract-1.22
|
|
CATEGORIES= databases
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|