diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-10 08:44:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-10 08:44:22 +0000 |
commit | 59b4827f3a497a8d311d645270fdc370df633091 (patch) | |
tree | 21ac002b64039ce600e019fe35bb0bb733068954 /devel/p5-Time-Period | |
parent | a3defee4588262dab671dc713b2b0d97fca15165 (diff) | |
download | ports-59b4827f3a497a8d311d645270fdc370df633091.tar.gz ports-59b4827f3a497a8d311d645270fdc370df633091.zip |
- fix plist and unbreak this port
- add WWW in pkg-descr
Notes
Notes:
svn path=/head/; revision=130773
Diffstat (limited to 'devel/p5-Time-Period')
-rw-r--r-- | devel/p5-Time-Period/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Time-Period/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Time-Period/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Time-Period/Makefile b/devel/p5-Time-Period/Makefile index ec225aafd3e8..f2e3276004d6 100644 --- a/devel/p5-Time-Period/Makefile +++ b/devel/p5-Time-Period/Makefile @@ -16,8 +16,6 @@ DISTNAME= Period-${PORTVERSION} MAINTAINER= nick@netdot.net COMMENT= A perl module that contains code to deal with time periods -BROKEN= Incomplete pkg-plist - PERL_CONFIGURE= YES MAN3= Time::Period.3 diff --git a/devel/p5-Time-Period/pkg-descr b/devel/p5-Time-Period/pkg-descr index 02505c931a46..78c4c9d636bd 100644 --- a/devel/p5-Time-Period/pkg-descr +++ b/devel/p5-Time-Period/pkg-descr @@ -7,3 +7,5 @@ It will return 1 if it is, 0 if not, and -1 if either the time or the period passed to it were malformed. The time is specified in non-leap year seconds past January 1, 1970, as per the time() function. The period is a string which is of the form described in Period's man page. + +WWW: http://search.cpan.org/dist/Period/ diff --git a/devel/p5-Time-Period/pkg-plist b/devel/p5-Time-Period/pkg-plist index 946fc11ac4a1..3f3b27b11c1c 100644 --- a/devel/p5-Time-Period/pkg-plist +++ b/devel/p5-Time-Period/pkg-plist @@ -1,3 +1,5 @@ %%SITE_PERL%%/Time/Period.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Period/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Period +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Time 2>/dev/null || true |