mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
devel/p5-Spiffy: 0.34 -> 0.46
- Remove dialog about docs, and remove installing of README etc, as those are covered in the man pages, which are installed anyway - submitter becomes maintainer http://cpansearch.perl.org/src/INGY/Spiffy-0.46/Changes PR: 192719 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
This commit is contained in:
parent
e4873ac04e
commit
b1f6849b97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365209
3 changed files with 6 additions and 18 deletions
|
@ -2,31 +2,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Spiffy
|
||||
PORTVERSION= 0.34
|
||||
PORTVERSION= 0.46
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:INGY
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= svysh.fbsd@gmail.com
|
||||
COMMENT= Spiffy Perl Interface Framework For You
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PORTDOCS= Changes README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Spiffy-0.34.tar.gz) = da4c348a5d92f2f9d2dfcf30b747e6e2e9993d11ed3a35aeb713e0ca09b67d49
|
||||
SIZE (Spiffy-0.34.tar.gz) = 32495
|
||||
SHA256 (Spiffy-0.46.tar.gz) = 8f58620a8420255c49b6c43c5ff5802bd25e4f09240c51e5bf2b022833d41da3
|
||||
SIZE (Spiffy-0.46.tar.gz) = 33447
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
%%SITE_PERL%%/Spiffy.pod
|
||||
%%SITE_PERL%%/Spiffy/mixin.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy
|
||||
@dirrm %%SITE_PERL%%/Spiffy
|
||||
@dirrmtry %%SITE_PERL%%/Spiffy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy
|
||||
|
|
Loading…
Add table
Reference in a new issue