SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
databases/p5-SQL-Abstract-More/Makefile
Normal file
28
databases/p5-SQL-Abstract-More/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT = extension of SQL::Abstract with more constructs
|
||||
|
||||
DISTNAME = SQL-Abstract-More-1.39
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = databases/p5-SQL-Abstract-Classic>=0 \
|
||||
devel/p5-MRO-Compat \
|
||||
devel/p5-Params-Validate \
|
||||
devel/p5-namespace-clean
|
||||
TEST_DEPENDS = devel/p5-List-MoreUtils \
|
||||
devel/p5-Test-Deep \
|
||||
devel/p5-Test-Exception
|
||||
|
||||
CONFIGURE_STYLE = modinst
|
||||
|
||||
MAKE_ENV = TEST_POD=yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-SQL-Abstract-More/distinfo
Normal file
2
databases/p5-SQL-Abstract-More/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (SQL-Abstract-More-1.39.tar.gz) = n4HbrPC2w8tQD1FKYp4denvU+7noifHjZZSLgTtFtn4=
|
||||
SIZE (SQL-Abstract-More-1.39.tar.gz) = 63029
|
1
databases/p5-SQL-Abstract-More/pkg/DESCR
Normal file
1
databases/p5-SQL-Abstract-More/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
SQL::Abstract::More generates SQL from Perl datastructures.
|
2
databases/p5-SQL-Abstract-More/pkg/PLIST
Normal file
2
databases/p5-SQL-Abstract-More/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/SQL/Abstract/More.pm
|
||||
@man man/man3p/SQL::Abstract::More.3p
|
Loading…
Add table
Add a link
Reference in a new issue