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>
|