svn commit: r327328 - head/databases/p5-SQLite-Work
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 15 05:53:34 UTC 2013
Author: sunpoet
Date: Sun Sep 15 05:53:33 2013
New Revision: 327328
URL: http://svnweb.freebsd.org/changeset/ports/327328
Log:
- Sort *_DEPENDS and MAN*
- Use CPAN as primary WWW
Modified:
head/databases/p5-SQLite-Work/Makefile
head/databases/p5-SQLite-Work/pkg-descr
Modified: head/databases/p5-SQLite-Work/Makefile
==============================================================================
--- head/databases/p5-SQLite-Work/Makefile Sun Sep 15 05:24:15 2013 (r327327)
+++ head/databases/p5-SQLite-Work/Makefile Sun Sep 15 05:53:33 2013 (r327328)
@@ -11,21 +11,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Report on and update an SQLite database
-RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
+BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
- p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+ p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
+ p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
-MAN3= SQLite::Work::Mail.3 \
- SQLite::Work.3 \
- SQLite::Work::CGI.3
-
-MAN1= sqlw_mail.1 \
+MAN1= sqlreport.1 \
sqlw_import.1 \
- sqlreport.1
+ sqlw_mail.1
+MAN3= SQLite::Work.3 \
+ SQLite::Work::CGI.3 \
+ SQLite::Work::Mail.3
.include <bsd.port.mk>
Modified: head/databases/p5-SQLite-Work/pkg-descr
==============================================================================
--- head/databases/p5-SQLite-Work/pkg-descr Sun Sep 15 05:24:15 2013 (r327327)
+++ head/databases/p5-SQLite-Work/pkg-descr Sun Sep 15 05:53:33 2013 (r327328)
@@ -12,4 +12,4 @@ CGI module.
The sqlreport script uses SQLite::Work to generate reports from the
command-line.
-WWW: http://www.katspace.com
+WWW: http://search.cpan.org/dist/SQLite-Work/
More information about the svn-ports-head
mailing list