mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 1.02
- Add LICENSE - Sort *_DEPENDS - Add missing OPTIONS_DEFINE=EXAMPLES - Add NO_ARCH - Use PORTEXAMPLES - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/Changes
This commit is contained in:
parent
1a7946f3c9
commit
5917bfd3ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434459
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= POE-Component-IRC-Plugin-Bollocks
|
||||
PORTVERSION= 1.00
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= irc perl5 devel
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,16 +10,25 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= POE::Component::IRC plugin that talks bollocks
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Dev-Bollocks>=0.06:textproc/p5-Dev-Bollocks \
|
||||
p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \
|
||||
p5-POE>=0:devel/p5-POE
|
||||
p5-POE>=0:devel/p5-POE \
|
||||
p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
|
||||
PORTEXAMPLES= *
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (POE-Component-IRC-Plugin-Bollocks-1.00.tar.gz) = eba9250425a8fb447260a62a580f1bc23ce85145fed508e2462cf7cabe89b2db
|
||||
SIZE (POE-Component-IRC-Plugin-Bollocks-1.00.tar.gz) = 23175
|
||||
TIMESTAMP = 1487527738
|
||||
SHA256 (POE-Component-IRC-Plugin-Bollocks-1.02.tar.gz) = a7f609c01d502e60bfb1a3ef8005926df5660163ea338ae43f371bb92909cf86
|
||||
SIZE (POE-Component-IRC-Plugin-Bollocks-1.02.tar.gz) = 12058
|
||||
|
@ -1,3 +1,2 @@
|
||||
%%SITE_PERL%%/POE/Component/IRC/Plugin/Bollocks.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis.pl
|
||||
%%PERL5_MAN3%%/POE::Component::IRC::Plugin::Bollocks.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user