mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
bc19d06784
Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight
23 lines
539 B
Makefile
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>
|