19 lines
300 B
Makefile
19 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/10/11 23:50:22 naddy Exp $
|
|
|
|
COMMENT= extension for automating PayPal transactions
|
|
|
|
DISTNAME= Business-PayPal-0.04
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= security/p5-Net_SSLeay
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|