mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update MASTER_SITES
- Pet portlint - Pass maintainership to submitter - While I'm here, use USES=tar:tgz PR: ports/189074 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
fd19cd0e00
commit
b5c22517eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352648
1 changed files with 6 additions and 7 deletions
|
@ -4,24 +4,23 @@
|
|||
PORTNAME= XML-DBMS
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= textproc databases perl5
|
||||
MASTER_SITES= ftp://ftp.rpbourret.com/
|
||||
MASTER_SITES= http://www.rpbourret.com/xmldbms/
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= perl-xml-dbms-1.03
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTNAME= perl-${PORTNAME:L}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Perl port of Java package XML-DBMS v1.0
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
BUILD_DEPENDS= p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml \
|
||||
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USES= dos2unix perl5
|
||||
USES= dos2unix perl5 tar:tgz
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue