95c152f399
has to be fixed first. Convert the version check from /1.3/ regex to >= 1.3 numerical comparison. ok sthen@
23 lines
423 B
Makefile
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>
|