df4e1203e4
ok jasper@ (final commit)
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:52 ajacoutot Exp $
|
|
|
|
COMMENT= determine web browser from an HTTP user agent string
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-BrowserDetect-0.98
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|