mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ftp/pure-ftpd: Remove unneeded Perl dependency
- Bump PORTREVISION for dependency change PR: 285342
This commit is contained in:
parent
bd33499c8a
commit
136c65d61d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= pure-ftpd
|
PORTNAME= pure-ftpd
|
||||||
PORTVERSION= 1.0.52
|
PORTVERSION= 1.0.52
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= https://github.com/jedisct1/pure-ftpd/releases/download/${PORTVERSION}/ \
|
MASTER_SITES= https://github.com/jedisct1/pure-ftpd/releases/download/${PORTVERSION}/ \
|
||||||
https://download.pureftpd.org/pub/pure-ftpd/releases/
|
https://download.pureftpd.org/pub/pure-ftpd/releases/
|
||||||
|
@ -12,8 +13,7 @@ WWW= https://www.pureftpd.org/ \
|
||||||
LICENSE= ISCL
|
LICENSE= ISCL
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= cpe perl5 tar:bzip2
|
USES= cpe tar:bzip2
|
||||||
USE_PERL5= run
|
|
||||||
|
|
||||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||||
--with-altlog --with-cookie --with-diraliases \
|
--with-altlog --with-cookie --with-diraliases \
|
||||||
|
|
Loading…
Add table
Reference in a new issue