blob: dc79c5b351bf35f9fd7baf447971c83d611b1efd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:16 joerg Exp $
#
DISTNAME= Net-Goofey-1.5
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= chat perl5
MASTER_SITES= http://notdoneliving.net/code/Net-Goofey/
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://notdoneliving.net/code/
COMMENT= Perl module for communicating with a Goofey server
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/Goofey/.packlist
# Requires the user to enter a username/password
INTERACTIVE_STAGE= test
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|