diff options
Diffstat (limited to 'time/p5-Time-TAI64/Makefile')
-rw-r--r-- | time/p5-Time-TAI64/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile index 2d36bc7eddf..8edb326d5c1 100644 --- a/time/p5-Time-TAI64/Makefile +++ b/time/p5-Time-TAI64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/11 16:08:16 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:53 joerg Exp $ DISTNAME= Time-TAI64-2.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/ COMMENT= Convert TAI64 strings into standard unix timestamps +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes |