openbsd-ports/security/p5-POE-Component-SSLify/Makefile
bluhm 95c152f399 In order to update p5-Net-SSLey to 1.42, p5-POE-Component-SSLify
has to be fixed first.  Convert the version check from /1.3/ regex
to >= 1.3 numerical comparison.
ok sthen@
2011-12-29 11:50:36 +00:00

23 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.8 2011/12/29 11:50:36 bluhm Exp $
COMMENT= make use of SSL with POE
MODULES= cpan
DISTNAME= POE-Component-SSLify-0.15
REVISION= 1
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>