forked from ports/contrib
p5-date-manip: nothing depends on this
This commit is contained in:
parent
bbaba0c29d
commit
e20ee95d8b
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
dd91d884b5ff044134c2870b1de678c9 Date-Manip-6.39.tar.gz
|
|
@ -1,28 +0,0 @@
|
|||||||
# Description: perl date manip.
|
|
||||||
# URL: http://search.cpan.org/~sbeck/Date-Manip-6.37/lib/Date/Manip.pod
|
|
||||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
||||||
# Packager: Han Boetes han at mijncomputer dot nl
|
|
||||||
|
|
||||||
name=p5-date-manip
|
|
||||||
version=6.39
|
|
||||||
release=1
|
|
||||||
source=(http://www.cpan.org/modules/by-module/Date/Date-Manip-$version.tar.gz)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd Date-Manip-$version
|
|
||||||
|
|
||||||
perl Makefile.PL
|
|
||||||
make OPTIMIZE="$CFLAGS"
|
|
||||||
make install DESTDIR=$PKG
|
|
||||||
|
|
||||||
# Remove perlcrap
|
|
||||||
find $PKG -type f \( \
|
|
||||||
-name '.packlist' -o \
|
|
||||||
-name '*.bs' -o \
|
|
||||||
-name 'autosplit.ix' -o \
|
|
||||||
-name 'perllocal.pod' \) -delete
|
|
||||||
|
|
||||||
# Remove empty directories
|
|
||||||
find $PKG -depth -empty -delete
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user