7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:04 jlam Exp $
|
|
|
|
DISTNAME= esms-0.9.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esms/}
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://esms.sourceforge.net/
|
|
COMMENT= Command line SMS send tool
|
|
|
|
DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww
|
|
DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= esms
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|