19 lines
334 B
Makefile
19 lines
334 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/04 20:26:13 jasper Exp $
|
||
|
|
||
|
COMMENT= test file attributes
|
||
|
|
||
|
DISTNAME= Test-File-1.25
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
RUN_DEPENDS= ::devel/p5-Test-Manifest
|
||
|
|
||
|
.include <bsd.port.mk>
|