1
0
forked from ports/contrib

p5-date-manip: nothing depends on this

This commit is contained in:
Danny Rawlins 2014-12-13 23:04:18 +11:00
parent bbaba0c29d
commit e20ee95d8b
3 changed files with 0 additions and 2045 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
dd91d884b5ff044134c2870b1de678c9 Date-Manip-6.39.tar.gz

View File

@ -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
}