df4e1203e4
ok jasper@ (final commit)
23 lines
427 B
Makefile
23 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:47 ajacoutot Exp $
|
|
|
|
COMMENT= make use of SSL with POE
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-SSLify-0.15
|
|
REVISION= 0
|
|
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>
|