1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/p5-Net-FS-Flickr/Makefile
Mathieu Arnold bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00

23 lines
539 B
Makefile

# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
PORTNAME= Net-FS-Flickr
PORTVERSION= 0.1
PORTREVISION= 8
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl interface for store and retrieve files on Flickr
BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-Acme-Steganography-Image-Png>=0:graphics/p5-Acme-Steganography-Image-Png \
p5-Flickr-Upload>=0:www/p5-Flickr-Upload
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>