diff options
Diffstat (limited to 'net/p5-Net-Write/Makefile')
-rw-r--r-- | net/p5-Net-Write/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile index bd2768c4748..610da7ce575 100644 --- a/net/p5-Net-Write/Makefile +++ b/net/p5-Net-Write/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ # DISTNAME= Net-Write-1.00 @@ -10,6 +10,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/ COMMENT= Portable interface to open and send raw data to network +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Gomor-[0-9]*:../../devel/p5-Class-Gomor DEPENDS+= p5-Net-Pcap>=0.12:../../net/p5-Net-Pcap DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 |