import p5-Alien-Tidyp 1.4.6
Helper module to locate tidyp library on your system. ok sthen@
This commit is contained in:
parent
23a652e9c1
commit
82f74abc03
22
www/p5-Alien-Tidyp/Makefile
Normal file
22
www/p5-Alien-Tidyp/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/14 21:48:16 jasper Exp $
|
||||
|
||||
COMMENT= building, finding and using tidyp librar
|
||||
|
||||
DISTNAME= Alien-Tidyp-v1.4.6
|
||||
PKGNAME= p5-${DISTNAME:S/v//}
|
||||
CATEGORIES= www
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
CONFIGURE_ENV+= TIDYP_DIR=${LOCALBASE}
|
||||
|
||||
BUILD_DEPENDS= devel/p5-File-ShareDir
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-Alien-Tidyp/distinfo
Normal file
5
www/p5-Alien-Tidyp/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Alien-Tidyp-v1.4.6.tar.gz) = QA7jWdzrfxtAgF99tFauBw==
|
||||
RMD160 (Alien-Tidyp-v1.4.6.tar.gz) = rLO1x2ZhUDxeNvht45aPXRqgi1g=
|
||||
SHA1 (Alien-Tidyp-v1.4.6.tar.gz) = wTUfbAGS64eEd9p3kZ0xPPsD7kw=
|
||||
SHA256 (Alien-Tidyp-v1.4.6.tar.gz) = KnCBbcIy+0LlTCa57g64hALgRpSxc97rLe9kOP2olho=
|
||||
SIZE (Alien-Tidyp-v1.4.6.tar.gz) = 41129
|
12
www/p5-Alien-Tidyp/patches/patch-Build_PL
Normal file
12
www/p5-Alien-Tidyp/patches/patch-Build_PL
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Build_PL,v 1.1.1.1 2011/03/14 21:48:16 jasper Exp $
|
||||
--- Build.PL.orig Thu Mar 10 07:12:05 2011
|
||||
+++ Build.PL Sun Mar 13 22:11:20 2011
|
||||
@@ -64,7 +64,7 @@ my $builder = $package->new(
|
||||
$builder->create_build_script();
|
||||
|
||||
if ($builder->check_installed_tidyp()) {
|
||||
- my $ans = $builder->prompt("Tidyp detected, wanna use tidyp already installed on your system?", 'y');
|
||||
+ my $ans = 'y';
|
||||
$builder->notes('installed_tidyp', undef) unless (lc($ans) eq 'y');
|
||||
}
|
||||
|
1
www/p5-Alien-Tidyp/pkg/DESCR
Normal file
1
www/p5-Alien-Tidyp/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Helper module to locate tidyp library on your system.
|
12
www/p5-Alien-Tidyp/pkg/PLIST
Normal file
12
www/p5-Alien-Tidyp/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/14 21:48:16 jasper Exp $
|
||||
${P5SITE}/Alien/
|
||||
${P5SITE}/Alien/Tidyp/
|
||||
${P5SITE}/Alien/Tidyp.pm
|
||||
${P5SITE}/Alien/Tidyp/ConfigData.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/share/
|
||||
${P5SITE}/auto/share/dist/
|
||||
${P5SITE}/auto/share/dist/Alien-Tidyp/
|
||||
${P5SITE}/auto/share/dist/Alien-Tidyp/share
|
||||
@man man/man3p/Alien::Tidyp.3p
|
||||
@man man/man3p/Alien::Tidyp::ConfigData.3p
|
Loading…
Reference in New Issue
Block a user