55c6fc4a67
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/01/03 10:06:34 steven Exp $
|
|
|
|
COMMENT= "module to scan C language files"
|
|
|
|
DISTNAME= Log-Log4perl-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|