mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# New ports collection makefile for: SQL-Abstract
|
|
# Date created: 18 Feb 2003
|
|
# Whom: Dominic Mitchell <dom@happygiraffe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SQL-Abstract
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Perl extension to generate SQL from Perl data structures
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= SQL::Abstract.3
|
|
|
|
.include <bsd.port.mk>
|