openbsd-ports/security/p5-POE-Component-SSLify/Makefile
2010-10-18 21:41:44 +00:00

22 lines
413 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/10/18 21:41:47 espie Exp $
COMMENT= make use of SSL with POE
MODULES= cpan
DISTNAME= POE-Component-SSLify-0.15
CATEGORIES= net security
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::devel/p5-POE \
::security/p5-Net_SSLeay
.include <bsd.port.mk>