Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / p5-Acme-Steganography-Image-Png / Makefile
1 # Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2 # $FreeBSD$
3
4 PORTNAME=       Acme-Steganography-Image-Png
5 PORTVERSION=    0.06
6 PORTREVISION=   5
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     snowfly@yuntech.edu.tw
12 COMMENT=        Hide data (badly) in Png images
13
14 BUILD_DEPENDS=  p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \
15                 p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>