19 lines
397 B
Makefile
19 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/11/29 08:23:30 espie Exp $
|
|
|
|
COMMENT= "screen positioning and coloring module"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-ScreenColor-1.09
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://p-f-m.sourceforge.net/
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|