diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /devel/p5-Return-Value | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/p5-Return-Value')
-rw-r--r-- | devel/p5-Return-Value/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Return-Value/Makefile b/devel/p5-Return-Value/Makefile index 54708564cd6..1bba2fafa67 100644 --- a/devel/p5-Return-Value/Makefile +++ b/devel/p5-Return-Value/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 11:45:15 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $ DISTNAME= Return-Value-1.302 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/Return-Value/ COMMENT= Polymorphic Return Values +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple USE_LANGUAGES= # empty |