- fix CONFIGURE_STYLE
- install examples
This commit is contained in:
parent
e44ccdc169
commit
09704e4c8a
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 11:16:10 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/06/14 11:18:06 jasper Exp $
|
||||
|
||||
COMMENT= color space conversions and named lookups
|
||||
|
||||
DISTNAME= Convert-Color-0.08
|
||||
REVISION= 0
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
@ -16,4 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
BUILD_DEPENDS= textproc/p5-List-UtilsBy
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
MODCPAN_EXAMPLES=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/14 11:16:10 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/06/14 11:18:06 jasper Exp $
|
||||
${P5SITE}/Convert/
|
||||
${P5SITE}/Convert/Color/
|
||||
${P5SITE}/Convert/Color.pm
|
||||
@ -22,3 +22,6 @@ ${P5SITE}/Convert/Color/X11.pm
|
||||
@man man/man3p/Convert::Color::RGB8.3p
|
||||
@man man/man3p/Convert::Color::VGA.3p
|
||||
@man man/man3p/Convert::Color::X11.3p
|
||||
share/examples/p5-Convert-Color/
|
||||
share/examples/p5-Convert-Color/gradient.pl
|
||||
share/examples/p5-Convert-Color/html-sample.pl
|
||||
|
Loading…
Reference in New Issue
Block a user