05eec36eb2
This component represents the standard way to do SSL in POE. feedback and ok steven@
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/05 14:56:15 jasper Exp $
|
|
|
|
COMMENT= "make use of SSL with POE"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-SSLify-0.06
|
|
CATEGORIES= net security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::security/p5-Net_SSLeay
|
|
|
|
.include <bsd.port.mk>
|