18 lines
359 B
Makefile
18 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:02:56 espie Exp $
|
|
|
|
COMMENT= determine web browser from an HTTP user agent string
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-BrowserDetect-0.98
|
|
REVISION= 0
|
|
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>
|