mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-FS-Flickr
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 6
|
|
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:${PORTSDIR}/www/p5-libwww \
|
|
p5-Acme-Steganography-Image-Png>=0:${PORTSDIR}/graphics/p5-Acme-Steganography-Image-Png \
|
|
p5-Flickr-Upload>=0:${PORTSDIR}/www/p5-Flickr-Upload
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|