85d0153e13
feedback & ok steven@
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.11 2007/01/14 20:49:05 simon Exp $
|
|
|
|
COMMENT= "modules to implement the irc protocol"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-IRC-0.75
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|