diff options
Diffstat (limited to 'time/p5-Time-Duration')
-rw-r--r-- | time/p5-Time-Duration/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-Time-Duration/Makefile b/time/p5-Time-Duration/Makefile index 1ea830c27c9..e272d7191e0 100644 --- a/time/p5-Time-Duration/Makefile +++ b/time/p5-Time-Duration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:52 joerg Exp $ DISTNAME= Time-Duration-1.04 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~avif/Time-Duration-1.04/Duration.pm COMMENT= Perl5 module for rounded or exact English expression of durations +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Time/Duration/.packlist .include "../../lang/perl5/module.mk" |