17 lines
301 B
Makefile
17 lines
301 B
Makefile
COMMENT = Perl interface to the DICT protocol
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Net-Dict-2.22
|
|
CATEGORIES = net
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-AppConfig-Std
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Differences \
|
|
devel/p5-Test-RequiresInternet
|
|
|
|
.include <bsd.port.mk>
|