openbsd-ports/net/p5-Net-Dict/Makefile
sturm dc93d71c19 Initial import of Net-Dict 2.07
A perl class for looking up words and their definitions on
network dictionary servers. Net::Dict provides a simple DICT
client API for the network protocol described in RFC2229.

from Sam Smith <s at msmith dot net>
2004-01-05 17:45:36 +00:00

24 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/01/05 17:45:36 sturm Exp $
COMMENT= "Perl Interface to the DICT protocol"
DISTNAME= Net-Dict-2.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Sam Smith <s@msmith.net>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
RUN_DEPENDS= ::devel/p5-AppConfig-Std
CONFIGURE_STYLE=perl
.include <bsd.port.mk>