3cedd905a4
Net::PH is a class implementing a simple Nameserver/PH client in Perl as described in the CCSO Nameserver -- Server-Client Protocol. from Vijay Ramesh _vramesh2 at uiuc dot edu_ ok simon@
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/27 18:44:40 okan Exp $
|
|
|
|
COMMENT= Perl interface to the PH protocol
|
|
|
|
DISTNAME= Net-PH-2.21
|
|
CATEGORIES= net
|
|
MODULES= cpan
|
|
|
|
MAINTAINER= Vijay Ramesh <vramesh2@uiuc.edu>
|
|
|
|
# Perl License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|