blob: 3459fef44d41e7cb24476cd107adc549d9bf908e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: SQL-Abstract
# Date created: 18 Feb 2003
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= SQL-Abstract
PORTVERSION= 1.10
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SQL
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
COMMENT= Perl extension to generate SQL from Perl data structures
PERL_CONFIGURE= yes
MAN3= SQL::Abstract.3
.include <bsd.port.mk>
|