2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Chris Larsen <darth@vader.dk>
|
2005-10-27 16:07:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SQLite-Work
|
2016-01-12 22:38:16 +01:00
|
|
|
PORTVERSION= 0.16.01
|
2005-10-27 16:07:21 +02:00
|
|
|
CATEGORIES= databases www perl5
|
2009-02-03 09:58:12 +01:00
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:RUBYKAT
|
2005-10-27 16:07:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2016-01-12 22:38:16 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2005-10-27 16:07:21 +02:00
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-10-27 16:07:21 +02:00
|
|
|
COMMENT= Report on and update an SQLite database
|
|
|
|
|
2015-01-13 20:06:06 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
|
|
|
p5-DBI>=0:databases/p5-DBI \
|
|
|
|
p5-Getopt-ArgvFile>=0:devel/p5-Getopt-ArgvFile \
|
|
|
|
p5-Text-NeatTemplate>=0:textproc/p5-Text-NeatTemplate
|
2013-09-15 07:53:33 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-10-27 16:07:21 +02:00
|
|
|
|
2015-01-18 11:35:10 +01:00
|
|
|
PORTSCOUT= skipv:0.0202,0.0501,0.1001,0.1002,0.1003
|
2015-01-13 20:06:06 +01:00
|
|
|
|
2016-01-12 22:38:16 +01:00
|
|
|
NO_ARCH= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2005-10-27 16:07:21 +02:00
|
|
|
|
2012-12-17 09:50:54 +01:00
|
|
|
.include <bsd.port.mk>
|