naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

22 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:21 naddy Exp $
COMMENT= track sessions and, optionally, users
MODULES= cpan
PKG_ARCH= *
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
REVISION= 1
CATEGORIES= www
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Maypole which is same as Perl
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/SIMON/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/p5-Maypole
.include <bsd.port.mk>