a8e17fc2de
a collection of perl modules to be used with the asterisk pbx
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/28 16:16:55 jcs Exp $
|
|
|
|
COMMENT= "collection of perl modules to be used with asterisk"
|
|
|
|
DISTNAME= asterisk-perl-0.09
|
|
PKGNAME= p5-asterisk-0.09
|
|
CATEGORIES= telephony perl
|
|
HOMEPAGE= http://asterisk.gnuinter.net/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
|
|
|
# artistic
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
PERMIT_PACKAGE_FTP= yes
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
PERMIT_DISTFILES_FTP= yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|