1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Remove Perl core modules

- While I'm here, convert to options target helper
- Bump PORTREVISION for dependency change

With hat:	perl
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-29 19:14:08 +00:00
parent 3c99f0e9ea
commit 23c463742d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444677

View File

@ -4,6 +4,7 @@
PORTNAME= sendxmpp
PORTVERSION= 1.24
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net-im perl5
MAINTAINER= mek@mek.uz.ua
@ -13,7 +14,6 @@ LICENSE= GPLv2
BUILD_DEPENDS= p5-Net-XMPP>=0:net-im/p5-Net-XMPP
RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
p5-Getopt-Long>=0:devel/p5-Getopt-Long \
p5-Net-XMPP>=0:net-im/p5-Net-XMPP
USE_GITHUB= yes
@ -28,7 +28,7 @@ PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/sendxmpp.1.gz
OPTIONS_DEFINE= EXAMPLES
post-install:
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}