mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Perl: File::Next (#2713)
This commit is contained in:
38
dev-perl/file_next/file_next-1.16.recipe
Normal file
38
dev-perl/file_next/file_next-1.16.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
SUMMARY="A perl module for finding files"
|
||||
DESCRIPTION="File::Next is a lightweight, taint-safe file-finding module."
|
||||
HOMEPAGE="http://search.cpan.org/~petdance/File-Next-$portVersion/"
|
||||
COPYRIGHT="2005-2016 Andy Lester"
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6965f25c2c132d0ba7a6f72b57b8bc6d25cf8c1b7032caa3a9bda8612e41d759"
|
||||
SOURCE_DIR="File-Next-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
file_next = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
vendor_perl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
perl Makefile.PL PREFIX=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
}
|
||||
Reference in New Issue
Block a user